Lines Matching refs:sk_buff
34 static void (*llc_station_handler)(struct sk_buff *skb);
40 struct sk_buff *skb);
43 struct sk_buff *skb)) in llc_add_pack()
57 void llc_set_station_handler(void (*handler)(struct sk_buff *skb)) in llc_set_station_handler()
75 static __inline__ int llc_pdu_type(struct sk_buff *skb) in llc_pdu_type()
111 static inline int llc_fixup_skb(struct sk_buff *skb) in llc_fixup_skb()
154 int llc_rcv(struct sk_buff *skb, struct net_device *dev, in llc_rcv()
160 int (*rcv)(struct sk_buff *, struct net_device *, in llc_rcv()
162 void (*sta_handler)(struct sk_buff *skb); in llc_rcv()
163 void (*sap_handler)(struct llc_sap *sap, struct sk_buff *skb); in llc_rcv()
204 struct sk_buff *cskb = skb_clone(skb, GFP_ATOMIC); in llc_rcv()