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

/freebsd-9.3-release/sys/netinet/
H A Draw_ip.c231 int policyfail = 0; local
238 policyfail = 1;
242 if (!policyfail && mac_inpcb_check_deliver(last, n) != 0)
243 policyfail = 1;
247 policyfail = 1;
248 if (!policyfail) {
268 return (policyfail);

Completed in 44 milliseconds