Searched refs:skbp (Results 1 – 4 of 4) sorted by relevance
/linux/net/8021q/ |
H A D | vlan_core.c | 10 bool vlan_do_receive(struct sk_buff **skbp) in vlan_do_receive() argument 12 struct sk_buff *skb = *skbp; in vlan_do_receive() 22 skb = *skbp = skb_share_check(skb, GFP_ATOMIC); in vlan_do_receive() 28 *skbp = NULL; in vlan_do_receive() 52 skb = *skbp = vlan_insert_inner_tag(skb, skb->vlan_proto, in vlan_do_receive()
|
/linux/kernel/ |
H A D | taskstats.c | 66 static int prepare_reply(struct genl_info *info, u8 cmd, struct sk_buff **skbp, in prepare_reply() argument 90 *skbp = skb; in prepare_reply()
|
/linux/net/l2tp/ |
H A D | l2tp_core.c | 634 struct sk_buff *skbp; in l2tp_recv_queue_skb() local 639 skb_queue_walk_safe(&session->reorder_q, skbp, tmp) { in l2tp_recv_queue_skb() 640 if (L2TP_SKB_CB(skbp)->ns > ns) { in l2tp_recv_queue_skb() 641 __skb_queue_before(&session->reorder_q, skbp, skb); in l2tp_recv_queue_skb()
|
/linux/net/mctp/test/ |
H A D | route-test.c | 1038 struct sk_buff **skbp, in mctp_test_flow_init() argument 1069 *skbp = skb; in mctp_test_flow_init()
|