Searched refs:m_tag (Results 1 – 25 of 29) sorted by relevance
12
| /mirbsd/src/sys/kern/ |
| D | uipc_mbuf2.c | 259 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/ |
| D | mbuf.h | 57 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/ |
| D | ipsec_output.c | 339 struct m_tag *mtag; in ipsp_process_done() 517 struct m_tag *mtag; in ipsec_adjust_mtu()
|
| D | ip_ipsp.h | 658 struct m_tag *); 672 extern struct m_tag *ipsp_parse_headers(struct mbuf *, int, u_int8_t);
|
| D | ip_ah.c | 499 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()
|
| D | ip_esp.c | 274 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()
|
| D | ip_ipsp.c | 1078 struct m_tag * 1082 SLIST_HEAD(packet_tags, m_tag) tags; in ipsp_parse_headers() 1085 struct m_tag *mtag; in ipsp_parse_headers()
|
| D | ipsec_input.c | 275 struct m_tag *mt) in ipsec_common_input_cb() 290 struct m_tag *mtag; in ipsec_common_input_cb()
|
| D | ip_carp.c | 720 struct m_tag *mtag; in carp_prepare_ad() 1102 struct m_tag *mtag; in carp_macmatch6() 1771 struct m_tag *mtag; in carp_output()
|
| D | ip_icmp.c | 138 struct m_tag *mtag; in icmp_do_error()
|
| D | udp_usrreq.c | 184 struct m_tag *mtag;
|
| D | ip_spd.c | 895 struct m_tag *mtag; in ipsp_spd_inp()
|
| D | ip_input.c | 307 struct m_tag *mtag;
|
| D | ip_output.c | 113 struct m_tag *mtag; in ip_output()
|
| /mirbsd/src/sys/netinet6/ |
| D | ip6_forward.c | 101 struct m_tag *mtag;
|
| D | nd6.c | 1735 struct m_tag *mtag;
|
| /mirbsd/src/sys/altq/ |
| D | altq_red.c | 423 struct m_tag *t; in mark_ecn()
|
| D | altq_cbq.c | 444 struct m_tag *t; in cbq_enqueue()
|
| D | altq_priq.c | 399 struct m_tag *t; in priq_enqueue()
|
| D | altq_hfsc.c | 621 struct m_tag *t; in hfsc_enqueue()
|
| /mirbsd/src/sys/net/ |
| D | if_gif.c | 197 struct m_tag *mtag;
|
| D | if_gre.c | 207 struct m_tag *mtag; in gre_output()
|
| D | pf.c | 1284 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()
|
| D | if_ethersubr.c | 397 struct m_tag *mtag;
|
| /mirbsd/src/sys/dev/ic/ |
| D | re.c | 1070 struct m_tag *mtag; 1442 struct m_tag *mtag;
|
12