Searched refs:skb_ext_exist (Results 1 – 3 of 3) sorted by relevance
35 return skb_ext_exist(skb, SKB_EXT_BRIDGE_NF); in nf_bridge_info_exists()
4226 static inline bool skb_ext_exist(const struct sk_buff *skb, enum skb_ext_id id) in skb_ext_exist() function4233 if (skb_ext_exist(skb, id)) in skb_ext_del()4239 if (skb_ext_exist(skb, id)) { in skb_ext_find()4334 return skb_ext_exist(skb, SKB_EXT_SEC_PATH); in secpath_exists()
96 if (!skb_ext_exist(from, SKB_EXT_MPTCP)) in mptcp_skb_ext_move()