Home
last modified time | relevance | path

Searched refs:IPFW_ARGS_IN (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c129 args.flags = (flags & PFIL_IN) ? IPFW_ARGS_IN : IPFW_ARGS_OUT; in ipfw_check_packet()
337 ((flags & PFIL_IN) ? IPFW_ARGS_IN : IPFW_ARGS_OUT), in ipfw_check_frame_mbuf()
417 ((flags & PFIL_IN) ? IPFW_ARGS_IN : IPFW_ARGS_OUT), in ipfw_check_frame_mem()
566 ip_divert_ptr(clone, args->flags & IPFW_ARGS_IN); in ipfw_divert()
H A Dip_fw_nat.c351 if (args->flags & IPFW_ARGS_IN) { in ipfw_nat()
378 if (args->flags & IPFW_ARGS_IN) in ipfw_nat()
395 ((args->flags & IPFW_ARGS_IN) && in ipfw_nat()
H A Dip_fw_private.h91 #define IPFW_ARGS_IN 0x00400000 /* called on input */ macro
H A Dip_fw2.c1169 if (args->flags & IPFW_ARGS_IN) in check_uidgid()
1186 if (args->flags & IPFW_ARGS_IN) in check_uidgid()
1846 if (args->flags & IPFW_ARGS_IN) { in ipfw_chk()
H A Dip_dn_io.c912 if (fwa->flags & IPFW_ARGS_IN) in dummynet_io()
/freebsd/share/dtrace/
H A Dipfw.d80 #pragma D binding "1.0" IPFW_ARGS_IN
81 inline int IPFW_ARGS_IN = 0x00400000; /* called on input */ variable
/freebsd/sys/netgraph/
H A Dng_ipfw.c317 r->info |= (fwa->flags & IPFW_ARGS_IN) ? in ng_ipfw_input()
/freebsd/sys/netpfil/pf/
H A Dpf.c4379 dnflow.flags = dir == PF_IN ? IPFW_ARGS_IN : IPFW_ARGS_OUT; in pf_test_eth_rule()
7829 dnflow->flags |= IPFW_ARGS_IN; in pf_pdesc_to_dnflow()