Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/classq/
H A Dclassq.c126 size = m_length(m); in _addq()
195 pkt_len = m_length(pkt->cp_mbuf); in _getq()
259 pkt_len = m_length(m); in _getq_flow_or_scidx()
395 if (((int)qsize(q) - m_length(m)) > 0) { in _getq_tail_mbuf()
396 qsize(q) -= m_length(m); in _getq_tail_mbuf()
484 if (((int)qsize(q) - m_length(m)) > 0) { in _getq_random_mbuf()
485 qsize(q) -= m_length(m); in _getq_random_mbuf()
550 if (((int)qsize(q) - m_length(m)) > 0) { in _removeq_mbuf()
551 qsize(q) -= m_length(m); in _removeq_mbuf()
605 l += m_length(m); in _flushq_flow_mbuf()
/xnu-8020.140.41/bsd/kern/
H A Duipc_socket2.c895 …dgram_flow_entry = soflow_get_flow(so, NULL, NULL, NULL, m_length(m), false, m->m_pkthdr.rcvif ? m… in sbappend_common()
974 …dgram_flow_entry = soflow_get_flow(so, NULL, NULL, NULL, m_length(m), false, m->m_pkthdr.rcvif ? m… in sbappendstream()
1138 …dgram_flow_entry = soflow_get_flow(so, NULL, NULL, NULL, m_length(m0), false, m0->m_pkthdr.rcvif ?… in sbappendrecord_common()
1353 …dgram_flow_entry = soflow_get_flow(so, NULL, asa, control, m_length(m0), false, m0->m_pkthdr.rcvif… in sbappendaddr()
1509 …dgram_flow_entry = soflow_get_flow(so, NULL, NULL, control, m_length(m0), false, m0->m_pkthdr.rcvi… in sbappendcontrol()
H A Duipc_mbuf.c5968 m_length(struct mbuf *m) function
6020 VERIFY(off + len <= m_length(m0));
6046 origlen = m_length(*mp);
6051 len = m_length(*mp) - off; /* XXX */
/xnu-8020.140.41/bsd/netinet/
H A Dip_icmp.c268 nlen = m_length(n); in icmp_error()
H A Digmp.c3739 recslen = m_length(m); in igmp_v3_merge_state_changes()
3994 igmpreclen = m_length(m); in igmp_v3_encap_report()
H A Dtcp_usrreq.c1128 mpkl_len = m_length(m); in tcp_usr_send()
H A Dflow_divert.c1252 unsigned int token_len = m_length(fd_cb->connect_token); in flow_divert_create_connect_packet()
/xnu-8020.140.41/bsd/netinet6/
H A Dmld6.c3447 recslen = m_length(m); in mld_v2_merge_state_changes()
3736 mldreclen = m_length(m); in mld_v2_encap_report()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h1472 __private_extern__ unsigned int m_length(struct mbuf *);
/xnu-8020.140.41/bsd/net/
H A Ddlil.c3751 m_size += m_length(last); in ifnet_input_common()
3765 m_size += m_length(last); in ifnet_input_common()
3950 size += m_length(m0); in dlil_input_async()
4022 size += m_length(m0); in dlil_input_sync()
H A Dbpf.c2897 bpf_pkt.bpfp_total_length = m_length(m); in bpf_tap_packet()
H A Dcontent_filter.c946 return m_length(m); in cfil_data_length()
1890 data_len = m_length(m); in cfil_ctl_send()