Searched refs:skbp (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/fs/dlm/ |
D | netlink.c | 18 static int prepare_data(u8 cmd, struct sk_buff **skbp, size_t size) in prepare_data() argument 34 *skbp = skb; in prepare_data()
|
/Linux-v6.1/net/8021q/ |
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-v6.1/kernel/ |
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-v6.1/net/l2tp/ |
D | l2tp_core.c | 412 struct sk_buff *skbp; in l2tp_recv_queue_skb() local 417 skb_queue_walk_safe(&session->reorder_q, skbp, tmp) { in l2tp_recv_queue_skb() 418 if (L2TP_SKB_CB(skbp)->ns > ns) { in l2tp_recv_queue_skb() 419 __skb_queue_before(&session->reorder_q, skbp, skb); in l2tp_recv_queue_skb()
|
/Linux-v6.1/drivers/net/wireless/atmel/ |
D | atmel.c | 897 unsigned char *skbp; in fast_rx_path() local 914 skbp = skb_put(skb, msdu_size + 12); in fast_rx_path() 915 atmel_copy_to_host(priv->dev, skbp + 12, rx_packet_loc + 30, msdu_size); in fast_rx_path() 919 crc = crc32_le(crc, skbp + 12, msdu_size); in fast_rx_path() 928 memcpy(skbp, header->addr1, ETH_ALEN); /* destination address */ in fast_rx_path() 930 memcpy(&skbp[ETH_ALEN], header->addr3, ETH_ALEN); in fast_rx_path() 932 memcpy(&skbp[ETH_ALEN], header->addr2, ETH_ALEN); /* source address */ in fast_rx_path()
|