Home
last modified time | relevance | path

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

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