Home
last modified time | relevance | path

Searched defs:skb_copy (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/nfc/
Drawsock.c360 struct sk_buff *skb_copy = NULL, *nskb; in nfc_send_to_raw_sock() local
Dllcp_core.c677 struct sk_buff *skb_copy = NULL, *nskb; in nfc_llcp_send_to_raw_sock() local
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_sock.c205 struct sk_buff *skb_copy = NULL; in hci_send_to_sock() local
312 struct sk_buff *skb_copy = NULL; in hci_send_to_monitor() local
/kernel/linux/linux-5.10/net/core/
Dskbuff.c1518 struct sk_buff *skb_copy(const struct sk_buff *skb, gfp_t gfp_mask) in skb_copy() function