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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_flowid.h93 struct mbuf *fwa_m; /* the mbuf chain */ member in struct:ip_fw_args
H A Dip_fw2.c1820 struct ip *ip = mtod(args->fwa_m, struct ip *);
1824 args->fwa_m->m_flags |= M_SKIP_FIREWALL;
1825 icmp_error(args->fwa_m, ICMP_UNREACH, code, 0L, 0);
1828 L3HDR(struct tcphdr, mtod(args->fwa_m, struct ip *));
1844 m_freem(args->fwa_m);
1846 m_freem(args->fwa_m);
1847 args->fwa_m = NULL;
1893 * args->fwa_m (in/out) The packet; we set to NULL when/if we nuke it.
1936 * m | args->fwa_m Pointer to the mbuf, as received from the caller.
1945 struct mbuf *m = args->fwa_m;
[all...]
H A Dip_output.c1006 args.fwa_m = m;
1345 args.fwa_m = m;
1349 m = args.fwa_m;
H A Dip_input.c950 args.fwa_m = m;
953 m = args.fwa_m;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c1234 args.fwa_m = m;

Completed in 230 milliseconds