Searched defs:ip_fw_args (Results 1 – 2 of 2) sorted by relevance
389 struct ip_fw_args { struct390 struct mbuf *m; /* the mbuf chain */391 struct ifnet *oif; /* output interface */392 struct ip_fw *rule; /* matching rule */393 struct ipfw_xlat *xlat; /* matching xlate */394 struct ether_header *eh; /* for bridged packets */396 struct ipfw_flow_id f_id; /* grabbed from IP header */397 uint8_t flags;424 typedef int ip_fw_chk_t(struct ip_fw_args *); argument
325 struct ip_fw_args { struct326 struct mbuf *m; /* the mbuf chain */327 struct ifnet *oif; /* output interface */328 struct ip_fw *rule; /* matching rule */329 struct ether_header *eh; /* for bridged packets */331 struct ipfw_flow_id f_id; /* grabbed from IP header */340 uint32_t cookie;