Searched refs:skb_ext_find (Results 1 – 16 of 16) 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/include/net/ |
| H A D | mptcp.h | 184 from_ext = skb_ext_find(from, SKB_EXT_MPTCP); in mptcp_skb_ext_copy() 211 return mptcp_ext_matches(skb_ext_find(to, SKB_EXT_MPTCP), in mptcp_skb_can_collapse() 212 skb_ext_find(from, SKB_EXT_MPTCP)); in mptcp_skb_can_collapse()
|
| /linux/net/psp/ |
| H A D | psp_sock.c | 164 pse = skb_ext_find(skb, SKB_EXT_PSP); in psp_sock_recv_queue_check() 170 pse = skb_ext_find(skb, SKB_EXT_PSP); in psp_sock_recv_queue_check()
|
| /linux/include/linux/ |
| H A D | netfilter_bridge.h | 30 return skb_ext_find(skb, SKB_EXT_BRIDGE_NF); in nf_bridge_info_get()
|
| H A D | skbuff.h | 5076 static inline void *skb_ext_find(const struct sk_buff *skb, enum skb_ext_id id) in skb_ext_find() function 5233 return skb_ext_find(skb, SKB_EXT_SEC_PATH); in skb_sec_path()
|
| /linux/include/linux/can/ |
| H A D | skb.h | 54 return skb_ext_find(skb, SKB_EXT_CAN); in can_skb_ext_find()
|
| /linux/net/core/ |
| H A D | gro.c | 333 skb_ext = skb_ext_find(skb, TC_SKB_EXT); in gro_list_prepare_tc_ext() 334 p_ext = skb_ext_find(p, TC_SKB_EXT); in gro_list_prepare_tc_ext()
|
| H A D | flow_dissector.c | 293 ext = skb_ext_find(skb, TC_SKB_EXT); in skb_flow_dissect_meta()
|
| /linux/drivers/net/mctp/ |
| H A D | mctp-i2c.c | 373 flow = skb_ext_find(skb, SKB_EXT_MCTP); in mctp_i2c_get_tx_flow_state() 462 flow = skb_ext_find(skb, SKB_EXT_MCTP); in mctp_i2c_invalidate_tx_flow()
|
| /linux/net/mctp/test/ |
| H A D | route-test.c | 973 flow = skb_ext_find(skb2, SKB_EXT_MCTP); in mctp_test_packet_flow() 1011 flows[0] = skb_ext_find(tx_skbs[0], SKB_EXT_MCTP); in mctp_test_fragment_flow() 1016 flows[1] = skb_ext_find(tx_skbs[1], SKB_EXT_MCTP); in mctp_test_fragment_flow()
|
| /linux/net/xfrm/ |
| H A D | xfrm_input.c | 125 struct sec_path *sp, *tmp = skb_ext_find(skb, SKB_EXT_SEC_PATH); in secpath_set()
|
| /linux/net/openvswitch/ |
| H A D | flow.c | 1040 tc_ext = skb_ext_find(skb, TC_SKB_EXT); in ovs_flow_key_extract()
|
| /linux/net/mptcp/ |
| H A D | protocol.h | 1266 return (struct mptcp_ext *)skb_ext_find(skb, SKB_EXT_MPTCP); in mptcp_get_ext()
|
| /linux/net/mctp/ |
| H A D | route.c | 364 flow = skb_ext_find(skb, SKB_EXT_MCTP); in mctp_flow_prepare_output()
|
| /linux/net/bridge/ |
| H A D | br_private.h | 783 ext = skb_ext_find(skb, TC_SKB_EXT); in br_tc_skb_miss_set()
|
| /linux/net/sched/ |
| H A D | cls_api.c | 1824 ext = skb_ext_find(skb, TC_SKB_EXT); in tcf_classify()
|