Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsglist.h105 int sglist_count(void *buf, size_t len);
/f-stack/freebsd/kern/
H A Dsubr_sglist.c172 sglist_count(void *buf, size_t len) in sglist_count() function
245 nsegs += sglist_count(&m->m_epg_hdr[segoff], in sglist_count_mbuf_epg()
272 nsegs += sglist_count(&m->m_epg_trail[off], seglen); in sglist_count_mbuf_epg()
690 nsegs = sglist_count(buf, len); in sglist_build()