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/net/xfrm/ |
| H A D | xfrm_iptfs.c | 1994 static int iptfs_copy_create_frags(struct sk_buff **skbp, struct xfrm_iptfs_data *xtfs, u32 mtu) in iptfs_copy_create_frags() argument 1998 struct sk_buff *skb = *skbp; in iptfs_copy_create_frags() 1999 struct sk_buff *nskb = *skbp; in iptfs_copy_create_frags() 2038 *skbp = nskb; in iptfs_copy_create_frags() 2072 kfree_skb(*skbp); in iptfs_copy_create_frags() 2091 static int iptfs_first_skb(struct sk_buff **skbp, struct xfrm_iptfs_data *xtfs, u32 mtu) in iptfs_first_skb() argument 2093 struct sk_buff *skb = *skbp; in iptfs_first_skb() 2128 return iptfs_copy_create_frags(skbp, xtfs, mtu); in iptfs_first_skb()
|
| /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 | 965 struct sk_buff **skbp, in mctp_test_flow_init() argument 987 *skbp = skb; in mctp_test_flow_init()
|