Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/net/netfilter/
H A Dnft_meta.c388 nft_reg_store8(dest, secpath_exists(skb)); in nft_meta_get_eval()
/linux-6.15/include/linux/
H A Dskbuff.h4993 static inline int secpath_exists(const struct sk_buff *skb) in secpath_exists() function
5005 !secpath_exists(skb) && in skb_irq_freeable()
/linux-6.15/net/ipv4/
H A Dfib_frontend.c432 int r = secpath_exists(skb) ? 0 : IN_DEV_RPFILTER(idev); in fib_validate_source()
H A Dudp.c1580 if (!secpath_exists(skb)) { in udp_try_make_stateless()
/linux-6.15/include/net/
H A Dxfrm.h1247 if (!net->xfrm.policy_count[dir] && !secpath_exists(skb)) in __xfrm_check_nopolicy()
H A Dtcp.h736 DEBUG_NET_WARN_ON_ONCE(secpath_exists(skb)); in tcp_add_receive_queue()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10623 if (!secpath_exists(skb)) in ixgbe_features_check()