Searched refs:m_length (Results 1 – 12 of 12) sorted by relevance
| /xnu-8792.81.2/bsd/net/classq/ |
| H A D | classq.c | 126 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-8792.81.2/bsd/kern/ |
| H A D | uipc_socket2.c | 897 …dgram_flow_entry = soflow_get_flow(so, NULL, NULL, NULL, m != NULL ? m_length(m) : 0, false, (m !=… in sbappend_common() 976 …dgram_flow_entry = soflow_get_flow(so, NULL, NULL, NULL, m != NULL ? m_length(m) : 0, false, (m !=… in sbappendstream() 1140 …dgram_flow_entry = soflow_get_flow(so, NULL, NULL, NULL, m0 != NULL ? m_length(m0) : 0, false, (m0… in sbappendrecord_common() 1355 …dgram_flow_entry = soflow_get_flow(so, NULL, asa, control, m0 != NULL ? m_length(m0) : 0, false, (… in sbappendaddr() 1511 …dgram_flow_entry = soflow_get_flow(so, NULL, NULL, control, m0 != NULL ? m_length(m0) : 0, false, … in sbappendcontrol()
|
| H A D | uipc_mbuf.c | 5996 m_length(struct mbuf *m) function 6048 VERIFY(off + len <= m_length(m0)); 6074 origlen = m_length(*mp); 6079 len = m_length(*mp) - off; /* XXX */
|
| /xnu-8792.81.2/bsd/netinet/ |
| H A D | ip_icmp.c | 262 nlen = m_length(n); in icmp_error()
|
| H A D | igmp.c | 3779 recslen = m_length(m); in igmp_v3_merge_state_changes() 4034 igmpreclen = m_length(m); in igmp_v3_encap_report()
|
| H A D | tcp_usrreq.c | 1170 mpkl_len = m_length(m); in tcp_usr_send()
|
| H A D | flow_divert.c | 1291 unsigned int token_len = m_length(fd_cb->connect_token); in flow_divert_create_connect_packet()
|
| /xnu-8792.81.2/bsd/netinet6/ |
| H A D | mld6.c | 3464 recslen = m_length(m); in mld_v2_merge_state_changes() 3753 mldreclen = m_length(m); in mld_v2_encap_report()
|
| /xnu-8792.81.2/bsd/sys/ |
| H A D | mbuf.h | 1476 __private_extern__ unsigned int m_length(struct mbuf *);
|
| /xnu-8792.81.2/bsd/net/ |
| H A D | dlil.c | 3823 m_size += m_length(last); in ifnet_input_common() 3837 m_size += m_length(last); in ifnet_input_common() 4030 size += m_length(m0); in dlil_input_async() 4102 size += m_length(m0); in dlil_input_sync()
|
| H A D | content_filter.c | 945 return m_length(m); in cfil_data_length() 1889 data_len = m_length(m); in cfil_ctl_send()
|
| H A D | bpf.c | 3109 bpf_pkt.bpfp_total_length = m_length(m); in bpf_tap_packet()
|