Searched defs:dev_match (Results 1 - 2 of 2) sorted by relevance

/net/ipv4/netfilter/
H A Dipt_rpfilter.c39 bool dev_match; local
50 dev_match = false;
56 dev_match = true;
62 dev_match = true;
64 if (dev_match || flags & XT_RPFILTER_LOOSE)
66 return dev_match;
/net/ipv4/
H A Dfib_frontend.c250 bool dev_match; local
272 dev_match = false;
279 dev_match = true;
285 dev_match = true;
287 if (dev_match) {

Completed in 59 milliseconds