Searched defs:ip_fw_args (Results 1 – 1 of 1) sorted by relevance
91 struct ip_fw_args { struct92 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 …]