Searched refs:skb_ext_find (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/include/net/ |
D | mptcp.h | 128 return mptcp_ext_matches(skb_ext_find(to, SKB_EXT_MPTCP), in mptcp_skb_can_collapse() 129 skb_ext_find(from, SKB_EXT_MPTCP)); in mptcp_skb_can_collapse()
|
/Linux-v5.10/include/linux/ |
D | netfilter_bridge.h | 30 return skb_ext_find(skb, SKB_EXT_BRIDGE_NF); in nf_bridge_info_get()
|
D | skbuff.h | 4222 static inline void *skb_ext_find(const struct sk_buff *skb, enum skb_ext_id id) in skb_ext_find() function 4377 return skb_ext_find(skb, SKB_EXT_SEC_PATH); in skb_sec_path()
|
/Linux-v5.10/net/mptcp/ |
D | protocol.h | 494 return (struct mptcp_ext *)skb_ext_find(skb, SKB_EXT_MPTCP); in mptcp_get_ext()
|
D | protocol.c | 920 mpext = skb_ext_find(skb, SKB_EXT_MPTCP); in mptcp_sendmsg_frag() 1009 if (mpext && tail && mpext == skb_ext_find(tail, SKB_EXT_MPTCP)) { in mptcp_sendmsg_frag()
|
/Linux-v5.10/net/xfrm/ |
D | xfrm_input.c | 119 struct sec_path *sp, *tmp = skb_ext_find(skb, SKB_EXT_SEC_PATH); in secpath_set()
|
/Linux-v5.10/net/openvswitch/ |
D | flow.c | 891 tc_ext = skb_ext_find(skb, TC_SKB_EXT); in ovs_flow_key_extract()
|
/Linux-v5.10/net/sched/ |
D | cls_api.c | 1607 ext = skb_ext_find(skb, TC_SKB_EXT); in tcf_classify_ingress()
|