Home
last modified time | relevance | path

Searched refs:MT_DATA (Results 1 – 25 of 27) sorted by relevance

12

/xnu-11417.140.69/bsd/netinet6/
H A Dah_core.c595 MGET(n, M_DONTWAIT, MT_DATA); in ah4_calccksum()
725 MGET(n, M_DONTWAIT, MT_DATA); in ah4_calccksum()
889 MGET(n, M_DONTWAIT, MT_DATA); in ah6_calccksum()
925 MGET(n, M_DONTWAIT, MT_DATA); in ah6_calccksum()
H A Dah_output.c252 MGET(n, M_DONTWAIT, MT_DATA); in ah4_output()
436 MGET(mah, M_DONTWAIT, MT_DATA); in ah6_output()
H A Dmld6.c2339 MGET(md, M_DONTWAIT, MT_DATA); in mld_v1_transmit_report()
3039 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in mld_v2_enqueue_group_record()
3042 m = m_gethdr(M_DONTWAIT, MT_DATA); in mld_v2_enqueue_group_record()
3173 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in mld_v2_enqueue_group_record()
3175 m = m_gethdr(M_DONTWAIT, MT_DATA); in mld_v2_enqueue_group_record()
3330 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in mld_v2_enqueue_filter_change()
3332 m = m_gethdr(M_DONTWAIT, MT_DATA); in mld_v2_enqueue_filter_change()
H A Desp_output.c520 MGET(n, M_DONTWAIT, MT_DATA); in esp_output()
681 MGET(nn, M_DONTWAIT, MT_DATA); in esp_output()
853 MGET(nn, M_DONTWAIT, MT_DATA); in esp_output()
H A Dipsec.c2311 MGET(n, M_DONTWAIT, MT_DATA); in ipsec4_encapsulate()
2400 MGET(n, M_DONTWAIT, MT_DATA); in ipsec6_encapsulate()
2476 MGET(n, M_DONTWAIT, MT_DATA); in ipsec64_encapsulate()
2736 MGET(n, M_DONTWAIT, MT_DATA); in ipsec46_encapsulate()
4547 m_mchtype(m, MT_DATA); in ipsec4_splithdr()
4585 m_mchtype(m, MT_DATA); in ipsec6_splithdr()
4884 MGET(mnew, M_DONTWAIT, MT_DATA); in ipsec_copypkt()
5180 m = m_gethdr(M_NOWAIT, MT_DATA); in ipsec_send_natt_keepalive()
H A Desp_rijndael.c244 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_decrypt_aes()
461 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_encrypt_aes()
H A Desp_core.c905 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_decrypt()
1150 MGET(d, M_DONTWAIT, MT_DATA); in esp_cbc_encrypt()
H A Dip6_output.c2006 MGET(m, M_DONTWAIT, MT_DATA); in ip6_copyexthdr()
2208 MGET(mopt, M_DONTWAIT, MT_DATA); in ip6_insert_jumboopt()
2242 MGET(n, M_DONTWAIT, MT_DATA); in ip6_insert_jumboopt()
2323 MGET(mfrg, M_DONTWAIT, MT_DATA); in ip6_insertfraghdr()
H A Dnd6_nbr.c641 MGETHDR(m, M_DONTWAIT, MT_DATA); /* XXXMAC: mac_create_mbuf_linklayer() probably */ in nd6_ns_output()
1477 MGETHDR(m, M_DONTWAIT, MT_DATA); /* XXXMAC: mac_create_mbuf_linklayer() probably */ in nd6_na_output()
H A Dicmp6.c1653 MGET(m, M_DONTWAIT, MT_DATA); in ni6_nametodns()
/xnu-11417.140.69/bsd/net/
H A Dpf_pbuf.c145 m = m_getcl(M_WAITOK, MT_DATA, M_PKTHDR); in pbuf_to_mbuf()
147 m = m_gethdr(M_DONTWAIT, MT_DATA); in pbuf_to_mbuf()
H A Dbridgestp.c310 MGETHDR(m, M_DONTWAIT, MT_DATA); in bstp_transmit_tcn()
426 MGETHDR(m, M_DONTWAIT, MT_DATA); in bstp_send_bpdu()
H A Dif_bond.c558 m = m_getcl(M_WAITOK, MT_DATA, M_PKTHDR); in packet_buffer_allocate()
560 m = m_gethdr(M_WAITOK, MT_DATA); in packet_buffer_allocate()
H A Drtsock.c1317 m = m_gethdr(M_DONTWAIT, MT_DATA); in rt_msg1()
H A Dif_bridge.c10130 m = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR);
10132 m = m_gethdr(M_NOWAIT, MT_DATA);
/xnu-11417.140.69/bsd/netinet/
H A Digmp.c582 MGET(m, M_WAITOK, MT_DATA); in igmp_ra_alloc()
2686 MGETHDR(m, M_DONTWAIT, MT_DATA); in igmp_v1v2_queue_report()
3344 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in igmp_v3_enqueue_group_record()
3350 m = m_gethdr(M_DONTWAIT, MT_DATA); in igmp_v3_enqueue_group_record()
3483 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in igmp_v3_enqueue_group_record()
3488 m = m_gethdr(M_DONTWAIT, MT_DATA); in igmp_v3_enqueue_group_record()
3656 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in igmp_v3_enqueue_filter_change()
3661 m = m_gethdr(M_DONTWAIT, MT_DATA); in igmp_v3_enqueue_filter_change()
H A Dip_icmp.c345 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in icmp_error()
H A Dmptcp_usrreq.c1189 mb = m_gethdr(how, MT_DATA); in mptcp_uiotombuf()
H A Dflow_divert.c1798 if (m != NULL && m->m_type == MT_DATA) { in flow_divert_send_buffered_data()
2359 } else if (m->m_type == MT_DATA) { in flow_divert_disable()
H A Dtcp_subr.c3226 MGETHDR(m, M_DONTWAIT, MT_DATA); /* MAC-OK */ in ipsec_hdrsiz_tcp()
/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf.c2252 _CASSERT(MBUF_TYPE_DATA == MT_DATA); in mbinit()
5199 MBUF_INIT(m, num_with_pkthdrs, MT_DATA);
5231 mtype_stat_add(MT_DATA, pnum);
5399 MBUF_INIT(m, 1, MT_DATA);
5412 MBUF_INIT(m->m_next, 0, MT_DATA);
5425 mtype_stat_add(MT_DATA, num);
5600 MBUF_INIT(m, pkthdr, MT_DATA);
5622 mtype_stat_add(MT_DATA, num);
5724 m = _M_RETRYHDR(how, MT_DATA);
5851 if (m->m_type == MT_DATA) {
[all …]
H A Duipc_mbuf2.c1512 m = m_gethdr(M_WAITOK, MT_DATA); in do_test_m_tag_unlink()
H A Duipc_socket.c2476 M_WAIT, MT_DATA); in sosend()
2479 M_WAIT, MT_DATA); in sosend()
3450 m = m_get(M_WAIT, MT_DATA); in soreceive()
6384 MGET(m, how, MT_DATA); in soopt_getm()
6403 MGET(m, how, MT_DATA); in soopt_getm()
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h818 #define MT_DATA 1 /* dynamic (data) allocation */ macro
837 MTF_DATA = (1 << MT_DATA),
/xnu-11417.140.69/bsd/netkey/
H A Dkey.c2276 MGETHDR(n, M_WAITOK, MT_DATA); // sadb_msg len < MHLEN - enforced by _CASSERT in key_gather_mbuf()
2984 MGETHDR(n, M_WAITOK, MT_DATA); in key_spddelete2()
4941 MGETHDR(m, M_DONTWAIT, MT_DATA); in key_setsadbmsg()
6705 MGETHDR(n, M_WAITOK, MT_DATA); in key_getspi()
7946 MGET(m, M_WAITOK, MT_DATA); in key_getcomb_esp()
8041 MGET(m, M_WAITOK, MT_DATA); in key_getcomb_ah()
8602 MGETHDR(n, M_WAITOK, MT_DATA); in key_register()
9434 MGETHDR(n, M_WAITOK, MT_DATA); in key_parse()
9978 MGET(n, M_DONTWAIT, MT_DATA); in key_alloc_mbuf()

12