OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_tail
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_asconf.c
575
struct mbuf *m_ack, *m_result, *
m_tail
;
local in function:sctp_handle_asconf
643
m_tail
= m_ack; /* current reply chain's tail */
767
m_tail
->m_next = m_result;
768
m_tail
= m_result;
/src/sys/dev/pci/
if_vmx.c
2357
struct mbuf *m, *m_head, *
m_tail
;
local in function:vmxnet3_rxq_eof
2372
m_tail
= rxq->vxrxq_mtail;
2374
KASSERT(m_head == NULL ||
m_tail
!= NULL);
2385
rxq->vxrxq_mtail =
m_tail
;
2444
m_head =
m_tail
= m;
2458
m_head =
m_tail
= NULL;
2464
m_tail
->m_next = m;
2465
m_tail
= m;
2470
m_head =
m_tail
= NULL;
Completed in 16 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025