Searched refs:m_length (Results 1 – 12 of 12) sorted by relevance
| /xnu-10002.1.13/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-10002.1.13/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() 1359 …dgram_flow_entry = soflow_get_flow(so, NULL, asa, control, m0 != NULL ? m_length(m0) : 0, false, (… in sbappendaddr() 1515 …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 | 7007 m_length(struct mbuf *m) function 7059 VERIFY(off + len <= m_length(m0)); 7085 origlen = m_length(*mp); 7090 len = m_length(*mp) - off; /* XXX */
|
| /xnu-10002.1.13/bsd/netinet/ |
| H A D | ip_icmp.c | 262 nlen = m_length(n); in icmp_error()
|
| H A D | igmp.c | 3836 recslen = m_length(m); in igmp_v3_merge_state_changes() 4091 igmpreclen = m_length(m); in igmp_v3_encap_report()
|
| H A D | tcp_usrreq.c | 1182 mpkl_len = m_length(m); in tcp_usr_send()
|
| H A D | flow_divert.c | 1330 unsigned int token_len = m_length(fd_cb->connect_token); in flow_divert_create_connect_packet()
|
| /xnu-10002.1.13/bsd/netinet6/ |
| H A D | mld6.c | 3509 recslen = m_length(m); in mld_v2_merge_state_changes() 3798 mldreclen = m_length(m); in mld_v2_encap_report()
|
| /xnu-10002.1.13/bsd/sys/ |
| H A D | mbuf.h | 1550 __private_extern__ unsigned int m_length(struct mbuf *);
|
| /xnu-10002.1.13/bsd/net/ |
| H A D | dlil.c | 4007 m_size += m_length(last); in ifnet_input_common() 4021 m_size += m_length(last); in ifnet_input_common() 4191 dropped_bytes += m_length(m); in dlil_trim_overcomitted_queue_locked() 4342 size += m_length(m0); in dlil_input_async() 4439 size += m_length(m0); in dlil_input_sync()
|
| H A D | content_filter.c | 977 return m_length(m); in cfil_data_length() 1921 data_len = m_length(m); in cfil_ctl_send()
|
| H A D | bpf.c | 3199 bpf_pkt.bpfp_total_length = m_length(m); in bpf_tap_packet()
|