Searched refs:fwa_m (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dip_flowid.h93 struct mbuf *fwa_m; /* the mbuf chain */ member in struct:ip_fw_args
H A Dip_fw2.c1900 struct ip *ip = mtod(args->fwa_m, struct ip *);
1904 args->fwa_m->m_flags |= M_SKIP_FIREWALL;
1905 icmp_error(args->fwa_m, ICMP_UNREACH, code, 0L, 0);
1908 L3HDR(struct tcphdr, mtod(args->fwa_m, struct ip *));
1923 m_freem(args->fwa_m);
1925 m_freem(args->fwa_m);
1926 args->fwa_m = NULL;
1972 * args->fwa_m (in/out) The packet; we set to NULL when/if we nuke it.
2015 * m | args->fwa_m Pointer to the mbuf, as received from the caller.
2024 struct mbuf *m = args->fwa_m;
[all...]
H A Dip_output.c1081 args.fwa_m = m;
1444 args.fwa_m = m;
1448 m = args.fwa_m;
H A Dip_input.c961 args.fwa_m = m;
964 m = args.fwa_m;
/xnu-2422.115.4/bsd/netinet6/
H A Dip6_output.c1326 args.fwa_m = m;

Completed in 71 milliseconds