Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/xen/netfront/
Dnetfront.c129 static inline int xn_count_frags(struct mbuf *m);
1519 xn_count_frags(struct mbuf *m) in xn_count_frags() function
1545 nfrags = xn_count_frags(m_head); in xn_assemble_tx_request()
1570 nfrags = xn_count_frags(m_head); in xn_assemble_tx_request()