Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/ipfw/
H A Dip_fw2.h389 struct ip_fw_args { struct
390 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
/dflybsd-src/sys/net/ipfw3/
H A Dip_fw3.h325 struct ip_fw_args { struct
326 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;