Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_interface.c89 if (!secpath_exists(skb) || !skb->dev) in xfrmi_decode_session()
218 if (err && !secpath_exists(skb)) in xfrmi_rcv_cb()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_meta.c384 nft_reg_store8(dest, secpath_exists(skb)); in nft_meta_get_eval()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h4375 static inline int secpath_exists(const struct sk_buff *skb) in secpath_exists() function
4387 !secpath_exists(skb) && in skb_irq_freeable()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_frontend.c425 int r = secpath_exists(skb) ? 0 : IN_DEV_RPFILTER(idev); in fib_validate_source()
H A Dudp.c1379 if (!secpath_exists(skb)) { in udp_try_make_stateless()
/OK3568_Linux_fs/kernel/include/net/
H A Dxfrm.h1099 return (!net->xfrm.policy_count[dir] && !secpath_exists(skb)) || in __xfrm_policy_check2()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10119 if (!secpath_exists(skb)) in ixgbe_features_check()