Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_interface_core.c180 if (!secpath_exists(skb) || !skb->dev) in xfrmi_decode_session()
367 if (err && !secpath_exists(skb)) in xfrmi_rcv_cb()
/linux/include/linux/
H A Dskbuff.h5199 static inline int secpath_exists(const struct sk_buff *skb)
5211 !secpath_exists(skb) && in skb_irq_freeable()
5200 static inline int secpath_exists(const struct sk_buff *skb) secpath_exists() function
/linux/include/net/
H A Dxfrm.h1270 if (!READ_ONCE(net->xfrm.policy_count[dir]) && !secpath_exists(skb))
H A Dtcp.h806 DEBUG_NET_WARN_ON_ONCE(secpath_exists(skb)); in tcp_add_receive_queue()
/linux/net/ipv4/
H A Dudp.c1538 if (!secpath_exists(skb)) { in udp_try_make_stateless()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10906 if (!secpath_exists(skb)) in ixgbe_xdp_setup()