Home
last modified time | relevance | path

Searched defs:__skb (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dif_vlan.h139 #define VLAN_TX_SKB_CB(__skb) ((struct vlan_skb_tx_cookie *)&((__skb)->cb[0])) argument
140 #define vlan_tx_tag_present(__skb) \ argument
142 #define vlan_tx_tag_get(__skb) (VLAN_TX_SKB_CB(__skb)->vlan_tag) argument
/linux-2.4.37.9/net/ipx/
Daf_ipx.c154 #define IPX_SKB_CB(__skb) ((struct ipx_cb *)&((__skb)->cb[0])) argument
/linux-2.4.37.9/include/net/
Dtcp.h1068 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) argument
Dsock.h755 #define sk_add_backlog(__sk, __skb) \ argument
/linux-2.4.37.9/drivers/s390/net/
Dqeth.c2279 static inline void qeth_insert_ipv6_vlan_tag(struct sk_buff *__skb) in qeth_insert_ipv6_vlan_tag()