| /xnu-11215.41.3/bsd/kern/ |
| H A D | uipc_mbuf2.c | 147 static struct m_tag *m_tag_create_mbuf(uint32_t, uint16_t, uint16_t, int, struct mbuf *); 373 static struct m_tag * 380 m_tag_kfree_notsupp(__unused struct m_tag *tag) in m_tag_kfree_notsupp() 390 m_tag_cookie_from_id_and_type(struct m_tag *tag) in m_tag_cookie_from_id_and_type() 411 m_tag_create_cookie(struct m_tag *tag) in m_tag_create_cookie() 422 m_tag_verify_cookie(struct m_tag *tag) in m_tag_verify_cookie() 439 m_tag_create_cookie(struct m_tag *tag) in m_tag_create_cookie() 445 m_tag_verify_cookie(struct m_tag *tag) in m_tag_verify_cookie() 453 struct m_tag * 473 static struct m_tag * [all …]
|
| H A D | kpi_mbuf.c | 1024 struct m_tag *tag; in mbuf_tag_allocate() 1067 struct m_tag *tag; in mbuf_tag_find() 1105 struct m_tag *tag; in mbuf_tag_free() 1139 struct m_tag *tag; in mbuf_add_drvaux() 1182 struct m_tag *tag; in mbuf_find_drvaux() 1219 struct m_tag *tag; in mbuf_del_drvaux()
|
| /xnu-11215.41.3/bsd/sys/ |
| H A D | mbuf.h | 156 struct m_tag { struct 158 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */ 170 (P2ROUNDUP(len, sizeof (u_int64_t)) + sizeof (struct m_tag)) 449 SLIST_HEAD(packet_tags, m_tag) tags; /* list of external tags */ 1720 __private_extern__ struct m_tag *m_tag_alloc(u_int32_t, u_int16_t, int, int); 1721 __private_extern__ struct m_tag *m_tag_create(u_int32_t, u_int16_t, int, int, 1723 __private_extern__ void m_tag_free(struct m_tag *); 1724 __private_extern__ void m_tag_prepend(struct mbuf *, struct m_tag *); 1725 __private_extern__ void m_tag_unlink(struct mbuf *, struct m_tag *); 1726 __private_extern__ void m_tag_delete(struct mbuf *, struct m_tag *); [all …]
|
| /xnu-11215.41.3/bsd/netinet/ |
| H A D | kpi_ipfilter.c | 320 struct m_tag *mtag = 0; in ipf_inject_input() 419 struct m_tag *mtag = NULL; in ipf_injectv4_out() 508 struct m_tag *mtag = NULL; in ipf_injectv6_out() 636 struct m_tag *mtag; in ipf_get_inject_filter() 648 struct m_tag ipft_m_tag; 652 static struct m_tag * 656 struct m_tag *tag = NULL; in m_tag_kalloc_ipfilt() 679 m_tag_kfree_ipfilt(struct m_tag *tag) in m_tag_kfree_ipfilt()
|
| H A D | ip_encap.c | 507 struct m_tag *tag; in encap_fillarg() 523 struct m_tag *__single tag; in encap_getarg() 538 struct m_tag encaptab_m_tag; 542 static struct m_tag * 546 struct m_tag *tag = NULL; in m_tag_kalloc_encap() 569 m_tag_kfree_encap(struct m_tag *tag) in m_tag_kfree_encap()
|
| H A D | ip_dummynet.c | 235 static struct m_tag * m_tag_kalloc_dummynet(u_int32_t id, u_int16_t type, uint16_t len, int wait); 236 static void m_tag_kfree_dummynet(struct m_tag *tag); 711 struct m_tag *mtag = m_tag_first(m); in dn_tag_get() 1524 struct m_tag *mtag; in dummynet_io() 1788 struct m_tag *tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DUMMYNET); \ 2638 struct m_tag dtc_m_tag; 2642 struct m_tag * 2646 struct m_tag *tag = NULL; in m_tag_kalloc_dummynet() 2669 m_tag_kfree_dummynet(struct m_tag *tag) in m_tag_kfree_dummynet()
|
| H A D | ip_input.c | 945 struct m_tag *copy; in ip_input_first_pass() 946 struct m_tag *p; in ip_input_first_pass() 1737 struct m_tag *__single tag; in ip_input()
|
| H A D | raw_ip.c | 396 struct m_tag *cfil_tag = NULL; in rip_output()
|
| H A D | ip_output.c | 321 struct m_tag *__single tag; in ip_output_list()
|
| H A D | udp_usrreq.c | 1555 struct m_tag *__single cfil_tag = NULL; in udp_output()
|
| H A D | flow_divert.c | 3987 struct m_tag *cfil_tag = NULL; in flow_divert_data_out()
|
| /xnu-11215.41.3/bsd/net/pktsched/ |
| H A D | pktsched.c | 493 struct m_tag *tag; in pktsched_get_pkt_vars() 860 struct m_tag aqm_m_tag; 864 static struct m_tag * 868 struct m_tag *tag = NULL; in m_tag_kalloc_aqm() 891 m_tag_kfree_aqm(struct m_tag *tag) in m_tag_kfree_aqm()
|
| /xnu-11215.41.3/bsd/netinet6/ |
| H A D | ip6_input.c | 204 static struct m_tag *m_tag_kalloc_inet6(u_int32_t id, u_int16_t type, uint16_t len, int wait); 205 static void m_tag_kfree_inet6(struct m_tag *tag); 790 struct m_tag *__single tag; in ip6_input() 2348 struct m_tag *__single tag; in ip6_addaux() 2370 struct m_tag *__single tag; in ip6_findaux() 2381 struct m_tag *__single tag; in ip6_delaux() 2391 struct m_tag inet6_m_tag; 2395 struct m_tag * 2399 struct m_tag *tag = NULL; in m_tag_kalloc_inet6() 2422 m_tag_kfree_inet6(struct m_tag *tag) in m_tag_kfree_inet6()
|
| H A D | ipsec.c | 4969 struct m_tag *tag; in ipsec_addaux() 4997 struct m_tag *tag; in ipsec_findaux() 5008 struct m_tag *tag; in ipsec_delaux() 5096 struct m_tag ipsec_m_tag; 5100 static struct m_tag * 5104 struct m_tag *tag = NULL; in m_tag_kalloc_ipsec() 5127 m_tag_kfree_ipsec(struct m_tag *tag) in m_tag_kfree_ipsec()
|
| H A D | udp6_output.c | 176 struct m_tag *__single cfil_tag = NULL; in udp6_output()
|
| H A D | raw_ip6.c | 383 struct m_tag *cfil_tag = NULL; in rip6_output()
|
| H A D | udp6_usrreq.c | 1128 struct m_tag *__single cfil_tag = NULL; in udp6_send()
|
| H A D | ip6_output.c | 304 struct m_tag *__single tag; in ip6_output_list()
|
| /xnu-11215.41.3/bsd/net/ |
| H A D | content_filter.h | 572 extern struct m_tag *cfil_dgram_get_socket_state(struct mbuf *m, uint32_t *state_change_cnt,
|
| H A D | content_filter.c | 847 struct m_tag *cfil_dgram_save_socket_state(struct cfil_info *, struct mbuf *); 2487 struct m_tag cfil_m_tag; 2491 static struct m_tag * 2495 struct m_tag *tag = NULL; in m_tag_kalloc_cfil_udp() 2518 m_tag_kfree_cfil_udp(struct m_tag *tag) in m_tag_kfree_cfil_udp() 7106 struct m_tag * 7109 struct m_tag *tag = NULL; in cfil_dgram_save_socket_state() 7147 struct m_tag * 7151 struct m_tag *tag = NULL; in cfil_dgram_get_socket_state() 7183 struct m_tag *tag = NULL; in cfil_dgram_peek_socket_state()
|
| H A D | pf_ioctl.c | 406 struct m_tag pf_reass_m_tag; 410 static struct m_tag * 414 struct m_tag *tag = NULL; in m_tag_kalloc_pf_reass() 437 m_tag_kfree_pf_reass(struct m_tag *tag) in m_tag_kfree_pf_reass()
|
| H A D | pf_norm.c | 1447 struct m_tag *mtag; in pf_reassemble6() 1827 struct m_tag *__single tag; in pf_refragment6()
|
| /xnu-11215.41.3/bsd/skywalk/packet/ |
| H A D | packet_copy.c | 811 struct m_tag *ts_tag = NULL; in pkt_copy_from_mbuf() 1198 struct m_tag *ts_tag = NULL; in pkt_copy_multi_buflet_from_mbuf() 1605 struct m_tag *tag = NULL; in pkt_copy_to_mbuf() 1821 struct m_tag *tag = NULL; in pkt_copy_multi_buflet_to_mbuf()
|
| /xnu-11215.41.3/bsd/net/classq/ |
| H A D | classq_fq_codel.c | 644 struct m_tag *tag; in fq_get_next_tx_time()
|
| /xnu-11215.41.3/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_gso.c | 281 struct m_tag *ts_tag = NULL; in netif_gso_tcp_segment_mbuf()
|