Home
last modified time | relevance | path

Searched defs:ip_fw_args (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/bsd/netinet/
H A Dip_flowid.h91 struct ip_fw_args { struct
92 struct mbuf *fwa_m; /* the mbuf chain */
93 struct ifnet *fwa_oif; /* output interface */
94 struct pf_rule *fwa_pf_rule; /* matching PF rule */
95 struct ether_header *fwa_eh; /* for bridged packets */
96 int fwa_flags; /* for dummynet */
97 int fwa_oflags; /* for dummynet */
98 union {
101 } fwa_ipoa_;
102 union {
[all …]