Home
last modified time | relevance | path

Searched refs:m_tag (Results 1 – 25 of 26) sorted by relevance

12

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf2.c151 static struct m_tag *m_tag_create_mbuf(uint32_t, uint16_t, uint16_t, int, struct mbuf *);
377 static struct m_tag *
384 m_tag_kfree_notsupp(__unused struct m_tag *tag) in m_tag_kfree_notsupp()
394 m_tag_cookie_from_id_and_type(struct m_tag *tag) in m_tag_cookie_from_id_and_type()
415 m_tag_create_cookie(struct m_tag *tag) in m_tag_create_cookie()
426 m_tag_verify_cookie(struct m_tag *tag) in m_tag_verify_cookie()
443 m_tag_create_cookie(struct m_tag *tag) in m_tag_create_cookie()
449 m_tag_verify_cookie(struct m_tag *tag) in m_tag_verify_cookie()
458 static struct m_tag *
461 struct m_tag *t; in m_tag_alloc_mbuf()
[all …]
H A Dkpi_mbuf.c1183 struct m_tag *tag; in mbuf_tag_allocate()
1226 struct m_tag *tag; in mbuf_tag_find()
1264 struct m_tag *tag; in mbuf_tag_free()
1298 struct m_tag *tag; in mbuf_add_drvaux()
1341 struct m_tag *tag; in mbuf_find_drvaux()
1378 struct m_tag *tag; in mbuf_del_drvaux()
/xnu-12377.41.6/bsd/netinet/
H A Dkpi_ipfilter.c320 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 Dip_encap.c507 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 Dip_dummynet.c284 static struct m_tag * m_tag_kalloc_dummynet(u_int32_t id, u_int16_t type, uint16_t len, int wait);
285 static void m_tag_kfree_dummynet(struct m_tag *tag);
834 struct m_tag *mtag = m_tag_first(m); in dn_tag_get()
1648 struct m_tag *mtag; in dummynet_io()
1912 struct m_tag *tag = m_tag_locate( \
2913 struct m_tag dtc_m_tag;
2917 struct m_tag *
2921 struct m_tag *tag = NULL; in m_tag_kalloc_dummynet()
2944 m_tag_kfree_dummynet(struct m_tag *tag) in m_tag_kfree_dummynet()
H A Draw_ip.c399 struct m_tag *cfil_tag = NULL; in rip_output()
H A Dip_input.c957 struct m_tag *copy; in ip_input_first_pass()
958 struct m_tag *p; in ip_input_first_pass()
H A Dip_output.c322 struct m_tag *__single tag; in ip_output_list()
H A Dudp_usrreq.c1615 struct m_tag *__single cfil_tag = NULL; in udp_output()
H A Dflow_divert.c4059 struct m_tag *cfil_tag = NULL; in flow_divert_data_out()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h157 struct m_tag { struct
159 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */
171 (P2ROUNDUP(len, sizeof (u_int64_t)) + sizeof (struct m_tag))
454 SLIST_HEAD(packet_tags, m_tag) tags; /* list of external tags */
1821 __private_extern__ struct m_tag *m_tag_create(u_int32_t, u_int16_t, int, int,
1823 __private_extern__ void m_tag_free(struct m_tag *);
1824 __private_extern__ void m_tag_prepend(struct mbuf *, struct m_tag *);
1825 __private_extern__ void m_tag_unlink(struct mbuf *, struct m_tag *);
1826 __private_extern__ void m_tag_delete(struct mbuf *, struct m_tag *);
1828 __private_extern__ struct m_tag *m_tag_locate(struct mbuf *, u_int32_t,
[all …]
/xnu-12377.41.6/bsd/net/pktsched/
H A Dpktsched.c592 struct m_tag *tag; in pktsched_get_pkt_vars()
916 struct m_tag aqm_m_tag;
920 static struct m_tag *
924 struct m_tag *tag = NULL; in m_tag_kalloc_aqm()
947 m_tag_kfree_aqm(struct m_tag *tag) in m_tag_kfree_aqm()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_input.c204 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);
801 struct m_tag *__single tag; in ip6_input()
2381 struct m_tag *__single tag; in ip6_addaux()
2403 struct m_tag *__single tag; in ip6_findaux()
2414 struct m_tag *__single tag; in ip6_delaux()
2424 struct m_tag inet6_m_tag;
2428 struct m_tag *
2432 struct m_tag *tag = NULL; in m_tag_kalloc_inet6()
2455 m_tag_kfree_inet6(struct m_tag *tag) in m_tag_kfree_inet6()
H A Dipsec.c4969 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 Dudp6_output.c178 struct m_tag *__single cfil_tag = NULL; in udp6_output()
H A Dudp6_usrreq.c1161 struct m_tag *__single cfil_tag = NULL; in udp6_send()
H A Draw_ip6.c385 struct m_tag *cfil_tag = NULL; in rip6_output()
H A Dip6_output.c306 struct m_tag *__single tag; in ip6_output_list()
/xnu-12377.41.6/bsd/net/
H A Dcontent_filter.h572 extern struct m_tag *cfil_dgram_get_socket_state(struct mbuf *m, uint32_t *state_change_cnt,
H A Dcontent_filter.c851 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()
7163 struct m_tag *
7166 struct m_tag *tag = NULL; in cfil_dgram_save_socket_state()
7204 struct m_tag *
7208 struct m_tag *tag = NULL; in cfil_dgram_get_socket_state()
7240 struct m_tag *tag = NULL; in cfil_dgram_peek_socket_state()
H A Dpf_ioctl.c407 struct m_tag pf_reass_m_tag;
411 static struct m_tag *
415 struct m_tag *tag = NULL; in m_tag_kalloc_pf_reass()
438 m_tag_kfree_pf_reass(struct m_tag *tag) in m_tag_kfree_pf_reass()
H A Dpf_norm.c1452 struct m_tag *mtag; in pf_reassemble6()
1831 struct m_tag *__single tag; in pf_refragment6()
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpacket_copy.c821 struct m_tag *ts_tag = NULL; in pkt_copy_from_mbuf()
1221 struct m_tag *ts_tag = NULL; in pkt_copy_multi_buflet_from_mbuf()
1656 struct m_tag *tag = NULL; in pkt_copy_to_mbuf()
1885 struct m_tag *tag = NULL; in pkt_copy_multi_buflet_to_mbuf()
/xnu-12377.41.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c274 struct m_tag *ts_tag = NULL; in netif_gso_tcp_segment_mbuf()
/xnu-12377.41.6/bsd/net/classq/
H A Dclassq_fq_codel.c662 struct m_tag *tag; in fq_get_next_tx_time()

12