Home
last modified time | relevance | path

Searched refs:__skb_ext_exist (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/core/
H A Dskbuff.c6736 if (__skb_ext_exist(new, id)) in skb_ext_add()
6809 if (__skb_ext_exist(ext, SKB_EXT_SEC_PATH)) in __skb_ext_put()
6813 if (__skb_ext_exist(ext, SKB_EXT_MCTP)) in __skb_ext_put()
/openbmc/linux/include/linux/
H A Dskbuff.h4718 static inline bool __skb_ext_exist(const struct skb_ext *ext, enum skb_ext_id i) in __skb_ext_exist() function