Searched refs:SKB_EXT_PSP (Results 1 – 6 of 6) sorted by relevance
| /linux/include/net/psp/ |
| H A D | functions.h | 60 a = skb_ext_find(one, SKB_EXT_PSP); in __psp_skb_coalesce_diff() 61 b = skb_ext_find(two, SKB_EXT_PSP); in __psp_skb_coalesce_diff() 94 struct psp_skb_ext *pse = skb_ext_find(skb, SKB_EXT_PSP); in __psp_sk_rx_policy_check()
|
| /linux/net/psp/ |
| H A D | psp_sock.c | 168 pse = skb_ext_find(skb, SKB_EXT_PSP); in psp_sock_recv_queue_check() 174 pse = skb_ext_find(skb, SKB_EXT_PSP); in psp_sock_recv_queue_check()
|
| H A D | psp_main.c | 365 pse = skb_ext_add(skb, SKB_EXT_PSP); in psp_dev_rcv()
|
| /linux/drivers/net/netdevsim/ |
| H A D | psp.c | 14 __skb_ext_set(skb, SKB_EXT_PSP, psp_ext); in nsim_psp_handle_ext()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 5060 SKB_EXT_PSP, enumerator
|
| /linux/net/core/ |
| H A D | skbuff.c | 5167 [SKB_EXT_PSP] = SKB_EXT_CHUNKSIZEOF(struct psp_skb_ext),
|