Searched refs:FIB_LOOKUP_IGNORE_LINKSTATE (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/ipv4/netfilter/
H A Dipt_rpfilter.c37 if (fib_lookup(net, fl4, &res, FIB_LOOKUP_IGNORE_LINKSTATE))
H A Dnft_fib_ipv4.c129 if (fib_lookup(nft_net(pkt), &fl4, &res, FIB_LOOKUP_IGNORE_LINKSTATE))
/linux-master/include/net/
H A Dfib_rules.h57 #define FIB_LOOKUP_IGNORE_LINKSTATE 2 macro
/linux-master/net/ipv4/
H A Dfib_semantics.c1174 FIB_LOOKUP_IGNORE_LINKSTATE |
1183 FIB_LOOKUP_IGNORE_LINKSTATE);
H A Dfib_frontend.c402 if (fib_lookup(net, &fl4, &res, FIB_LOOKUP_IGNORE_LINKSTATE) == 0) {
H A Dfib_trie.c1435 !(fib_flags & FIB_LOOKUP_IGNORE_LINKSTATE))

Completed in 132 milliseconds