Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dfib_frontend.c416 int r = secpath_exists(skb) ? 0 : IN_DEV_RPFILTER(idev); in fib_validate_source()
/Linux-v4.19/include/net/
Dxfrm.h1104 static inline int secpath_exists(struct sk_buff *skb) in secpath_exists() function