Searched refs:skb_ext_add (Results 1 – 15 of 15) sorted by relevance
| /linux/include/net/netfilter/ |
| H A D | br_netfilter.h | 12 struct nf_bridge_info *b = skb_ext_add(skb, SKB_EXT_BRIDGE_NF); in nf_bridge_alloc()
|
| /linux/drivers/net/can/ |
| H A D | vxcan.c | 73 csx = skb_ext_add(skb, SKB_EXT_CAN); in vxcan_xmit()
|
| /linux/net/psp/ |
| H A D | psp_main.c | 315 pse = skb_ext_add(skb, SKB_EXT_PSP); in psp_dev_rcv()
|
| /linux/net/ipv4/ |
| H A D | esp4_offload.c | 355 if (!skb_ext_add(skb, SKB_EXT_SEC_PATH)) in esp_xmit()
|
| /linux/net/ipv6/ |
| H A D | esp6_offload.c | 376 if (!skb_ext_add(skb, SKB_EXT_SEC_PATH)) in esp6_xmit()
|
| /linux/net/xfrm/ |
| H A D | xfrm_input.c | 127 sp = skb_ext_add(skb, SKB_EXT_SEC_PATH); in secpath_set()
|
| /linux/include/net/ |
| H A D | pkt_cls.h | 777 struct tc_skb_ext *tc_skb_ext = skb_ext_add(skb, TC_SKB_EXT); in tc_skb_ext_alloc()
|
| /linux/net/bridge/ |
| H A D | br_netfilter_hooks.c | 169 return skb_ext_add(skb, SKB_EXT_BRIDGE_NF); in nf_bridge_unshare()
|
| /linux/net/can/ |
| H A D | gw.c | 517 * skb with an increased refcount. skb_ext_add() creates a copy to in can_can_gw_rcv() 520 ncsx = skb_ext_add(nskb, SKB_EXT_CAN); in can_can_gw_rcv()
|
| /linux/net/mctp/ |
| H A D | route.c | 350 flow = skb_ext_add(skb, SKB_EXT_MCTP); in mctp_skb_set_flow()
|
| /linux/net/mptcp/ |
| H A D | options.c | 1264 mpext = skb_ext_add(skb, SKB_EXT_MPTCP); in mptcp_incoming_options()
|
| H A D | subflow.c | 127 struct mptcp_ext *mpext = skb_ext_add(skb, SKB_EXT_MPTCP); in subflow_add_reset_reason()
|
| /linux/net/can/j1939/ |
| H A D | transport.c | 1065 if (!skb_ext_add(skb, SKB_EXT_CAN)) { in j1939_simple_txnext()
|
| /linux/net/core/ |
| H A D | skbuff.c | 7159 void *skb_ext_add(struct sk_buff *skb, enum skb_ext_id id) in skb_ext_add() function 7192 EXPORT_SYMBOL(skb_ext_add);
|
| /linux/include/linux/ |
| H A D | skbuff.h | 5031 void *skb_ext_add(struct sk_buff *skb, enum skb_ext_id id);
|