Lines Matching defs:skb
29 static int lowpan_give_skb_to_device(struct sk_buff *skb) in lowpan_give_skb_to_device()
38 static int lowpan_rx_handlers_result(struct sk_buff *skb, lowpan_rx_result res) in lowpan_rx_handlers_result()
72 static lowpan_rx_result lowpan_rx_h_frag(struct sk_buff *skb) in lowpan_rx_h_frag()
91 int lowpan_iphc_decompress(struct sk_buff *skb) in lowpan_iphc_decompress()
101 static lowpan_rx_result lowpan_rx_h_iphc(struct sk_buff *skb) in lowpan_rx_h_iphc()
120 lowpan_rx_result lowpan_rx_h_ipv6(struct sk_buff *skb) in lowpan_rx_h_ipv6()
135 static lowpan_rx_result lowpan_rx_h_esc(struct sk_buff *skb) in lowpan_rx_h_esc()
151 static lowpan_rx_result lowpan_rx_h_hc1(struct sk_buff *skb) in lowpan_rx_h_hc1()
167 static lowpan_rx_result lowpan_rx_h_dff(struct sk_buff *skb) in lowpan_rx_h_dff()
183 static lowpan_rx_result lowpan_rx_h_bc0(struct sk_buff *skb) in lowpan_rx_h_bc0()
199 static lowpan_rx_result lowpan_rx_h_mesh(struct sk_buff *skb) in lowpan_rx_h_mesh()
210 static int lowpan_invoke_rx_handlers(struct sk_buff *skb) in lowpan_invoke_rx_handlers()
259 static inline bool lowpan_rx_h_check(struct sk_buff *skb) in lowpan_rx_h_check()
279 static int lowpan_rcv(struct sk_buff *skb, struct net_device *wdev, in lowpan_rcv()