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

/linux-master/net/xfrm/
H A Dxfrm_interface_core.c180 if (!secpath_exists(skb) || !skb->dev)
368 if (err && !secpath_exists(skb))
/linux-master/net/netfilter/
H A Dnft_meta.c388 nft_reg_store8(dest, secpath_exists(skb));
/linux-master/include/net/
H A Dxfrm.h1143 if (!net->xfrm.policy_count[dir] && !secpath_exists(skb))
/linux-master/net/ipv4/
H A Dfib_frontend.c425 int r = secpath_exists(skb) ? 0 : IN_DEV_RPFILTER(idev);
H A Dudp.c1354 if (!secpath_exists(skb)) {
/linux-master/include/linux/
H A Dskbuff.h4895 static inline int secpath_exists(const struct sk_buff *skb) function
4907 !secpath_exists(skb) &&
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10262 if (!secpath_exists(skb))

Completed in 385 milliseconds