Searched defs:__skb (Results 1 – 5 of 5) sorted by relevance
139 #define VLAN_TX_SKB_CB(__skb) ((struct vlan_skb_tx_cookie *)&((__skb)->cb[0])) argument140 #define vlan_tx_tag_present(__skb) \ argument142 #define vlan_tx_tag_get(__skb) (VLAN_TX_SKB_CB(__skb)->vlan_tag) argument
154 #define IPX_SKB_CB(__skb) ((struct ipx_cb *)&((__skb)->cb[0])) argument
1068 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) argument
755 #define sk_add_backlog(__sk, __skb) \ argument
2279 static inline void qeth_insert_ipv6_vlan_tag(struct sk_buff *__skb) in qeth_insert_ipv6_vlan_tag()