Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c6328 if (__skb_ext_exist(new, id)) in skb_ext_add()
6392 if (__skb_ext_exist(ext, SKB_EXT_SEC_PATH)) in __skb_ext_put()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h4265 static inline bool __skb_ext_exist(const struct skb_ext *ext, enum skb_ext_id i) in __skb_ext_exist() function