Home
last modified time | relevance | path

Searched refs:skbp (Results 1 – 3 of 3) 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/net/xfrm/
H A Dxfrm_iptfs.c1997 static int iptfs_copy_create_frags(struct sk_buff **skbp, struct xfrm_iptfs_data *xtfs, u32 mtu) in iptfs_copy_create_frags() argument
2001 struct sk_buff *skb = *skbp; in iptfs_copy_create_frags()
2002 struct sk_buff *nskb = *skbp; in iptfs_copy_create_frags()
2041 *skbp = nskb; in iptfs_copy_create_frags()
2075 kfree_skb(*skbp); in iptfs_copy_create_frags()
2094 static int iptfs_first_skb(struct sk_buff **skbp, struct xfrm_iptfs_data *xtfs, u32 mtu) in iptfs_first_skb() argument
2096 struct sk_buff *skb = *skbp; in iptfs_first_skb()
2131 return iptfs_copy_create_frags(skbp, xtfs, mtu); in iptfs_first_skb()
/linux/net/l2tp/
H A Dl2tp_core.c635 struct sk_buff *skbp; in l2tp_recv_queue_skb() local
640 skb_queue_walk_safe(&session->reorder_q, skbp, tmp) { in l2tp_recv_queue_skb()
641 if (L2TP_SKB_CB(skbp)->ns > ns) { in l2tp_recv_queue_skb()
642 __skb_queue_before(&session->reorder_q, skbp, skb); in l2tp_recv_queue_skb()