Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/dlm/
A Dnetlink.c18 static int prepare_data(u8 cmd, struct sk_buff **skbp, size_t size) in prepare_data() argument
34 *skbp = skb; in prepare_data()
/linux-6.3-rc2/net/8021q/
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-6.3-rc2/kernel/
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-6.3-rc2/net/l2tp/
A Dl2tp_core.c410 struct sk_buff *skbp; in l2tp_recv_queue_skb() local
415 skb_queue_walk_safe(&session->reorder_q, skbp, tmp) { in l2tp_recv_queue_skb()
416 if (L2TP_SKB_CB(skbp)->ns > ns) { in l2tp_recv_queue_skb()
417 __skb_queue_before(&session->reorder_q, skbp, skb); in l2tp_recv_queue_skb()
/linux-6.3-rc2/drivers/net/wireless/atmel/
A Datmel.c897 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()

Completed in 20 milliseconds