| /f-stack/freebsd/kern/ |
| H A D | kern_sendfile.c | 849 hdrlen = m_length(mh, &mhtail); in vn_sendfile() 1155 KASSERT(m_length(m, NULL) == space + hdrlen, in vn_sendfile() 1157 __func__, m_length(m, NULL), space, hdrlen)); in vn_sendfile()
|
| H A D | uipc_mbuf.c | 1325 len = m_length(m0, NULL); in m_fixhdr() 1331 m_length(struct mbuf *m0, struct mbuf **last) in m_length() function
|
| H A D | uipc_sockbuf.c | 1208 space += m_length(control, &ctrl_last); in sbappendaddr_locked()
|
| H A D | uipc_ktls.c | 1744 MPASS(m_length(top, NULL) == len); in ktls_detach_record()
|
| H A D | uipc_socket.c | 1564 resid = m_length(top, NULL);
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_output.c | 1370 KASSERT(len + hdrlen == m_length(m, NULL), in tcp_output() 1372 __func__, len, hdrlen, m_length(m, NULL))); in tcp_output()
|
| H A D | ip_icmp.c | 253 nlen = m_length(n, NULL); in icmp_error()
|
| H A D | igmp.c | 3298 recslen = m_length(m, NULL); in igmp_v3_merge_state_changes() 3546 igmpreclen = m_length(m, NULL); in igmp_v3_encap_report()
|
| H A D | sctp_output.c | 12296 *sndout = m_length(m, NULL); in sctp_copy_resume()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | mbuf.h | 604 u_int m_length(struct mbuf *, struct mbuf **);
|
| /f-stack/freebsd/netinet6/ |
| H A D | mld6.c | 2947 recslen = m_length(m, NULL); in mld_v2_merge_state_changes() 3224 mldreclen = m_length(m, NULL); in mld_v2_encap_report()
|
| /f-stack/freebsd/net/ |
| H A D | bpf.c | 2310 pktlen = m_length(m, NULL); in bpf_mtap() 2364 pktlen = m_length(m, NULL); in bpf_mtap2()
|
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 825 u_int m_length(struct mbuf *, struct mbuf **);
|
| /f-stack/freebsd/mips/nlm/dev/net/ |
| H A D | xlpge.c | 846 m_length(mbuf_chain, NULL)); in xlpge_tx()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | crypto.c | 1222 return (m_length(cb->cb_mbuf, NULL)); in crypto_buffer_len()
|
| /f-stack/freebsd/arm/ti/cpsw/ |
| H A D | if_cpsw.c | 1935 bd.pktlen = m_length(slot->mbuf, NULL); in cpswp_tx_enqueue()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 13635 KASSERT(len + hdrlen == m_length(m, NULL), in rack_output() 13637 __func__, len, hdrlen, m_length(m, NULL))); in rack_output()
|
| H A D | bbr.c | 13665 KASSERT(len + hdrlen == m_length(m, NULL), in bbr_output_wtime() 13667 __func__, len, hdrlen, m_length(m, NULL))); in bbr_output_wtime()
|