Home
last modified time | relevance | path

Searched refs:secpath_exists (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dskbuff.h4979 static inline int secpath_exists(const struct sk_buff *skb) in secpath_exists() function
4991 !secpath_exists(skb) && in skb_irq_freeable()
/include/net/
Dxfrm.h1194 if (!net->xfrm.policy_count[dir] && !secpath_exists(skb)) in __xfrm_check_nopolicy()
Dtcp.h696 DEBUG_NET_WARN_ON_ONCE(secpath_exists(skb)); in tcp_add_receive_queue()