Home
last modified time | relevance | path

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

12

/mirbsd/src/sys/kern/
Duipc_mbuf2.c259 struct m_tag *
262 struct m_tag *t; in m_tag_get()
266 t = malloc(len + sizeof(struct m_tag), M_PACKET_TAGS, wait); in m_tag_get()
276 m_tag_free(struct m_tag *t) in m_tag_free()
283 m_tag_prepend(struct mbuf *m, struct m_tag *t) in m_tag_prepend()
290 m_tag_unlink(struct mbuf *m, struct m_tag *t) in m_tag_unlink()
292 SLIST_REMOVE(&m->m_pkthdr.tags, t, m_tag, m_tag_link); in m_tag_unlink()
297 m_tag_delete(struct mbuf *m, struct m_tag *t) in m_tag_delete()
305 m_tag_delete_chain(struct mbuf *m, struct m_tag *t) in m_tag_delete_chain()
307 struct m_tag *p, *q; in m_tag_delete_chain()
[all …]
/mirbsd/src/sys/sys/
Dmbuf.h57 struct m_tag { struct
58 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */
82 SLIST_HEAD(packet_tags, m_tag) tags; /* list of packet tags */
571 struct m_tag *m_tag_get(int, int, int);
572 void m_tag_free(struct m_tag *);
573 void m_tag_prepend(struct mbuf *, struct m_tag *);
574 void m_tag_unlink(struct mbuf *, struct m_tag *);
575 void m_tag_delete(struct mbuf *, struct m_tag *);
576 void m_tag_delete_chain(struct mbuf *, struct m_tag *);
577 struct m_tag *m_tag_find(struct mbuf *, int, struct m_tag *);
[all …]
/mirbsd/src/sys/netinet/
Dipsec_output.c339 struct m_tag *mtag; in ipsp_process_done()
517 struct m_tag *mtag; in ipsec_adjust_mtu()
Dip_ipsp.h658 struct m_tag *);
672 extern struct m_tag *ipsp_parse_headers(struct mbuf *, int, u_int8_t);
Dip_ah.c499 struct m_tag *mtag; in ah_input()
696 struct m_tag *mtag; in ah_input_cb()
708 mtag = (struct m_tag *) tc->tc_ptr; in ah_input_cb()
Dip_esp.c274 struct m_tag *mtag; in esp_input()
475 struct m_tag *mtag; in esp_input_cb()
485 mtag = (struct m_tag *) tc->tc_ptr; in esp_input_cb()
Dip_ipsp.c1078 struct m_tag *
1082 SLIST_HEAD(packet_tags, m_tag) tags; in ipsp_parse_headers()
1085 struct m_tag *mtag; in ipsp_parse_headers()
Dipsec_input.c275 struct m_tag *mt) in ipsec_common_input_cb()
290 struct m_tag *mtag; in ipsec_common_input_cb()
Dip_carp.c720 struct m_tag *mtag; in carp_prepare_ad()
1102 struct m_tag *mtag; in carp_macmatch6()
1771 struct m_tag *mtag; in carp_output()
Dip_icmp.c138 struct m_tag *mtag; in icmp_do_error()
Dudp_usrreq.c184 struct m_tag *mtag;
Dip_spd.c895 struct m_tag *mtag; in ipsp_spd_inp()
Dip_input.c307 struct m_tag *mtag;
Dip_output.c113 struct m_tag *mtag; in ip_output()
/mirbsd/src/sys/netinet6/
Dip6_forward.c101 struct m_tag *mtag;
Dnd6.c1735 struct m_tag *mtag;
/mirbsd/src/sys/altq/
Daltq_red.c423 struct m_tag *t; in mark_ecn()
Daltq_cbq.c444 struct m_tag *t; in cbq_enqueue()
Daltq_priq.c399 struct m_tag *t; in priq_enqueue()
Daltq_hfsc.c621 struct m_tag *t; in hfsc_enqueue()
/mirbsd/src/sys/net/
Dif_gif.c197 struct m_tag *mtag;
Dif_gre.c207 struct m_tag *mtag; in gre_output()
Dpf.c1284 struct m_tag *mtag; in pf_send_tcp()
1295 struct m_tag *mtag; in pf_send_tcp()
1416 struct m_tag *mtag; in pf_send_icmp()
1559 struct m_tag *mtag; in pf_get_tag()
1588 struct m_tag *mtag; in pf_tag_packet()
4791 struct m_tag *mtag; in pf_route()
4988 struct m_tag *mtag; in pf_route6()
5203 struct m_tag *mtag; in pf_add_mbuf_tag()
5424 struct m_tag *mtag; in pf_test_eh()
5763 struct m_tag *mtag; in pf_test6_eh()
Dif_ethersubr.c397 struct m_tag *mtag;
/mirbsd/src/sys/dev/ic/
Dre.c1070 struct m_tag *mtag;
1442 struct m_tag *mtag;

12