Name:vlan_insert_inner_tag - inner VLAN tag inserting*@skb: skbuff to tag*@vlan_proto: VLAN encapsulation protocol*@vlan_tci: VLAN TCI to insert*@mac_len: MAC header length including outer vlan headers* Inserts the VLAN tag into @skb as part of the payload at
Proto:static inline struct sk_buff *vlan_insert_inner_tag(struct sk_buff *skb, __be16 vlan_proto, u16 vlan_tci, unsigned int mac_len)
Type:struct sk_buff
Parameter:
|
Type | Parameter | Name |
|---|
| struct sk_buff * | skb | |
| __be16 | vlan_proto | |
| u16 | vlan_tci | |
| unsigned int | mac_len | |