Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sendfile.c849 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 Duipc_mbuf.c1325 len = m_length(m0, NULL); in m_fixhdr()
1331 m_length(struct mbuf *m0, struct mbuf **last) in m_length() function
H A Duipc_sockbuf.c1208 space += m_length(control, &ctrl_last); in sbappendaddr_locked()
H A Duipc_ktls.c1744 MPASS(m_length(top, NULL) == len); in ktls_detach_record()
H A Duipc_socket.c1564 resid = m_length(top, NULL);
/f-stack/freebsd/netinet/
H A Dtcp_output.c1370 KASSERT(len + hdrlen == m_length(m, NULL), in tcp_output()
1372 __func__, len, hdrlen, m_length(m, NULL))); in tcp_output()
H A Dip_icmp.c253 nlen = m_length(n, NULL); in icmp_error()
H A Digmp.c3298 recslen = m_length(m, NULL); in igmp_v3_merge_state_changes()
3546 igmpreclen = m_length(m, NULL); in igmp_v3_encap_report()
H A Dsctp_output.c12296 *sndout = m_length(m, NULL); in sctp_copy_resume()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h604 u_int m_length(struct mbuf *, struct mbuf **);
/f-stack/freebsd/netinet6/
H A Dmld6.c2947 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 Dbpf.c2310 pktlen = m_length(m, NULL); in bpf_mtap()
2364 pktlen = m_length(m, NULL); in bpf_mtap2()
/f-stack/freebsd/sys/
H A Dmbuf.h825 u_int m_length(struct mbuf *, struct mbuf **);
/f-stack/freebsd/mips/nlm/dev/net/
H A Dxlpge.c846 m_length(mbuf_chain, NULL)); in xlpge_tx()
/f-stack/freebsd/opencrypto/
H A Dcrypto.c1222 return (m_length(cb->cb_mbuf, NULL)); in crypto_buffer_len()
/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpsw.c1935 bd.pktlen = m_length(slot->mbuf, NULL); in cpswp_tx_enqueue()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c13635 KASSERT(len + hdrlen == m_length(m, NULL), in rack_output()
13637 __func__, len, hdrlen, m_length(m, NULL))); in rack_output()
H A Dbbr.c13665 KASSERT(len + hdrlen == m_length(m, NULL), in bbr_output_wtime()
13667 __func__, len, hdrlen, m_length(m, NULL))); in bbr_output_wtime()