Searched refs:mbuf_crc32c_helper (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgbe/cxgbei/ |
H A D | cxgbei.c | 284 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 D | icl_soft.c | 369 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 D | nvmf_tcp.c | 149 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()
|