Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dfib_frontend.c411 int r = secpath_exists(skb) ? 0 : IN_DEV_RPFILTER(idev); in fib_validate_source()
/linux-4.4.14/include/net/
Dxfrm.h987 static inline int secpath_exists(struct sk_buff *skb) in secpath_exists() function