Searched refs:NS_SKB_CB (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dnicstar.c767 NS_SKB_CB(hb)->buf_type = BUF_NONE;
788 NS_SKB_CB(lb)->buf_type = BUF_LG;
825 NS_SKB_CB(sb)->buf_type = BUF_SM;
856 NS_SKB_CB(iovb)->buf_type = BUF_NONE;
1085 struct ns_skb_cb *cb = NS_SKB_CB(skb);
1333 NS_SKB_CB(sb)->buf_type = BUF_SM;
1360 NS_SKB_CB(lb)->buf_type = BUF_LG;
2239 NS_SKB_CB(iovb)->buf_type = BUF_NONE;
2247 NS_SKB_CB(iovb)->buf_type = BUF_NONE;
2280 if (NS_SKB_CB(sk
[all...]
H A Dnicstar.h697 #define NS_SKB_CB(skb) ((struct ns_skb_cb *)((skb)->cb)) macro

Completed in 114 milliseconds