Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c284 mbuf_crc32c_helper(void *arg, void *data, u_int len) in mbuf_crc32c_helper() function
383 m_apply(m, 0, roundup2(data_len, 4), mbuf_crc32c_helper, in parse_pdu()
/freebsd/sys/dev/iscsi/
H A Dicl_soft.c369 mbuf_crc32c_helper(void *arg, void *data, u_int len) in mbuf_crc32c_helper() function
382 m_apply(m0, 0, len, mbuf_crc32c_helper, &digest); in icl_mbuf_to_crc32c()
/freebsd/sys/dev/nvmf/
H A Dnvmf_tcp.c149 mbuf_crc32c_helper(void *arg, void *data, u_int len) in mbuf_crc32c_helper() function
162 m_apply(m, offset, len, mbuf_crc32c_helper, &digest); in mbuf_crc32c()