Home
last modified time | relevance | path

Searched refs:mhead (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_pcap.c266 struct mbuf *n = NULL, *mhead; in tcp_pcap_add() local
299 mhead = mbufq_dequeue(queue); in tcp_pcap_add()
302 tcp_pcap_m_freem(mhead); in tcp_pcap_add()
311 if (mhead->m_flags & M_EXTPG) { in tcp_pcap_add()
313 tcp_pcap_m_freem(mhead); in tcp_pcap_add()
316 switch (mhead->m_ext.ext_type) { in tcp_pcap_add()
319 tcp_pcap_m_freem(mhead); in tcp_pcap_add()
323 mhead->m_ext.ext_cnt, -1) == 1) in tcp_pcap_add()
331 *(mhead->m_ext.ext_cnt) = 1; in tcp_pcap_add()
332 tcp_pcap_m_freem(mhead); in tcp_pcap_add()
[all …]
/f-stack/freebsd/net80211/
H A Dieee80211_freebsd.h157 #define _IF_PREPEND_LIST(ifq, mhead, mtail, mcount) do { \ argument
161 (ifq)->ifq_head = (mhead); \
164 #define IF_PREPEND_LIST(ifq, mhead, mtail, mcount) do { \ argument
166 _IF_PREPEND_LIST(ifq, mhead, mtail, mcount); \