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

/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c948 ipfw_dyn_send_ka(struct mbuf **mtailp, ipfw_dyn_rule *q) argument
958 *mtailp = m_rev;
959 mtailp = &(*mtailp)->m_nextpkt;
962 *mtailp = m_fwd;
963 mtailp = &(*mtailp)->m_nextpkt;
966 return (mtailp);
1028 struct mbuf *m0, *m, *mnext, **mtailp; local
1064 mtailp
[all...]

Completed in 91 milliseconds