Home
last modified time | relevance | path

Searched refs:skbp (Results 1 – 4 of 4) sorted by relevance

/linux/net/8021q/
H A Dvlan_core.c10 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 Dtaskstats.c66 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 Dl2tp_core.c634 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 Droute-test.c1038 struct sk_buff **skbp, in mctp_test_flow_init() argument
1069 *skbp = skb; in mctp_test_flow_init()