/freebsd/sys/kern/ |
H A D | uipc_mbuf2.c | 302 m_tag_free_default(struct m_tag *t) in m_tag_free_default() 312 struct m_tag * 315 struct m_tag *t; in m_tag_alloc() 320 t = malloc(len + sizeof(struct m_tag), M_PACKET_TAGS, wait); in m_tag_alloc() 330 m_tag_delete(struct mbuf *m, struct m_tag *t) in m_tag_delete() 340 m_tag_delete_chain(struct mbuf *m, struct m_tag *t) in m_tag_delete_chain() 342 struct m_tag *p, *q; in m_tag_delete_chain() 366 struct m_tag *p, *q; in m_tag_delete_nonpersistent() 374 struct m_tag * 375 m_tag_locate(struct mbuf *m, uint32_t cookie, uint16_t type, struct m_tag *t) in m_tag_locate() [all …]
|
/freebsd/sys/netgraph/ |
H A D | qos.h | 35 #define MTAG_SIZE(X) ( sizeof(struct X) - sizeof(struct m_tag) ) 64 struct m_tag tag; 77 struct m_tag tag;
|
H A D | ng_ipfw.c | 229 struct m_tag *tag; in ng_ipfw_rcvdata() 303 struct m_tag *tag; in ng_ipfw_input()
|
H A D | ng_ksocket.h | 100 struct m_tag tag;
|
/freebsd/sys/sys/ |
H A D | mbuf.h | 124 struct m_tag { struct 125 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */ 129 void (*m_tag_free)(struct m_tag *); argument 167 SLIST_HEAD(packet_tags, m_tag) tags; /* list of packet tags */ 1395 struct m_tag *m_tag_alloc(uint32_t, uint16_t, int, int); 1396 void m_tag_delete(struct mbuf *, struct m_tag *); 1397 void m_tag_delete_chain(struct mbuf *, struct m_tag *); 1398 void m_tag_free_default(struct m_tag *); 1399 struct m_tag *m_tag_locate(struct mbuf *, uint32_t, uint16_t, 1400 struct m_tag *); [all …]
|
/freebsd/sys/security/mac/ |
H A D | mac_net.c | 97 struct m_tag *tag; in mac_mbuf_to_label() 150 mac_mbuf_tag_init(struct m_tag *tag, int flag) in mac_mbuf_tag_init() 172 struct m_tag *tag; in mac_mbuf_init() 229 mac_mbuf_tag_destroy(struct m_tag *tag) in mac_mbuf_tag_destroy() 244 mac_mbuf_tag_copy(struct m_tag *src, struct m_tag *dest) in mac_mbuf_tag_copy()
|
H A D | mac_framework.h | 69 struct m_tag; 241 void mac_mbuf_tag_copy(struct m_tag *, struct m_tag *); 242 void mac_mbuf_tag_destroy(struct m_tag *); 243 int mac_mbuf_tag_init(struct m_tag *, int);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfoEntry.cpp | 65 m_tag = llvm::dwarf::DW_TAG_null; in Extract() 74 m_tag = abbrevDecl->getTag(); in Extract() 595 if (m_tag) { in BuildFunctionAddressRangeTable() 596 if (m_tag == DW_TAG_subprogram) { in BuildFunctionAddressRangeTable() 657 m_tag == rhs.m_tag; in operator ==()
|
H A D | DWARFDebugInfoEntry.h | 124 dw_tag_t Tag() const { return m_tag; } in Tag() 182 dw_tag_t m_tag = llvm::dwarf::DW_TAG_null; variable
|
/freebsd/sys/net80211/ |
H A D | ieee80211_freebsd.c | 558 struct m_tag *mtag; in ieee80211_add_callback() 578 struct m_tag *mtag; in ieee80211_add_xmit_params() 596 struct m_tag *mtag; in ieee80211_get_xmit_params() 612 struct m_tag *mtag; in ieee80211_process_callback() 629 struct m_tag *mtag; in ieee80211_add_rx_params() 646 struct m_tag *mtag; in ieee80211_get_rx_params() 661 struct m_tag *mtag; in ieee80211_get_rx_params_ptr() 678 struct m_tag *mtag; in ieee80211_add_toa_params() 695 struct m_tag *mtag; in ieee80211_get_toa_params()
|
/freebsd/sys/netipsec/ |
H A D | ipsec_offload.h | 39 struct m_tag tag; 44 struct m_tag tag;
|
H A D | ipsec_input.c | 349 struct m_tag *mtag; in ipsec4_common_input_cb() 601 struct m_tag *mtag; in ipsec6_common_input_cb()
|
/freebsd/sys/netinet/ |
H A D | ip_options.h | 45 struct m_tag tag; /* m_tag */
|
H A D | ip_options.c | 409 m_tag_free((struct m_tag *)opts); in save_rte() 415 m_tag_prepend(m, (struct m_tag *)opts); in save_rte() 473 m_tag_delete(m0, (struct m_tag *)opts); in ip_srcroute()
|
H A D | ip_divert.c | 173 struct m_tag *mtag; in divert_packet() 312 struct m_tag *mtag; in div_send()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_mtag.h | 65 struct m_tag *mtag; in pf_find_mtag()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_pfil.c | 125 struct m_tag *tag; in ipfw_check_packet() 341 struct m_tag *mtag; in ipfw_check_frame_mbuf() 490 struct m_tag *tag; in ipfw_divert()
|
H A D | dn_aqm_codel.c | 192 struct m_tag *mtag; in codel_extract_head() 233 struct m_tag *mtag; in aqm_codel_enqueue()
|
H A D | ip_dn_io.c | 235 struct m_tag *mtag = m_tag_first(m); in dn_tag_get() 780 struct m_tag *tag; in dummynet_send() 871 struct m_tag *mtag; in tag_mbuf() 983 struct m_tag *tag = m_tag_first(m); in dummynet_io()
|
H A D | dn_sched_fq_codel.h | 152 struct m_tag *mtag; in fq_codel_extract_head()
|
H A D | dn_aqm_pie.c | 328 struct m_tag *mtag; in pie_extract_head() 541 struct m_tag *mtag; in aqm_pie_enqueue()
|
/freebsd/sys/net/ |
H A D | if_vlan_var.h | 181 struct m_tag *mtag; in vlan_set_pcp()
|
/freebsd/sys/net/altq/ |
H A D | altq_codel.c | 285 struct m_tag *mtag; in codel_addq() 315 struct m_tag *mtag; in codel_should_drop()
|
/freebsd/sys/dev/firewire/ |
H A D | if_fwip.c | 530 struct m_tag *mtag; in fwip_async_output() 706 struct m_tag *mtag; in fwip_stream_input() 833 struct m_tag *mtag; in fwip_unicast_input()
|
/freebsd/sys/netinet6/ |
H A D | ip6_fastfwd.c | 95 struct m_tag *fwd_tag; in ip6_tryforward()
|