| /openbsd/src/sys/kern/ |
| D | uipc_mbuf2.c | 259 struct m_tag * 262 struct m_tag *t; in m_tag_get() 278 m_tag_prepend(struct mbuf *m, struct m_tag *t) in m_tag_prepend() 286 m_tag_delete(struct mbuf *m, struct m_tag *t) in m_tag_delete() 289 struct m_tag *p; in m_tag_delete() 291 SLIST_REMOVE(&m->m_pkthdr.ph_tags, t, m_tag, m_tag_link); in m_tag_delete() 304 struct m_tag *p; in m_tag_delete_chain() 314 struct m_tag * 315 m_tag_find(struct mbuf *m, int type, struct m_tag *t) in m_tag_find() 317 struct m_tag *p; in m_tag_find() [all …]
|
| D | uipc_mbuf.c | 176 pool_init(&mtagpool, PACKET_TAG_MAXSIZE + sizeof(struct m_tag), 0, in mbinit()
|
| /openbsd/src/sys/sys/ |
| D | mbuf.h | 67 struct m_tag { struct 68 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */ 127 SLIST_HEAD(, m_tag) ph_tags; /* list of packet tags */ 470 struct m_tag *m_tag_get(int, int, int); 471 void m_tag_prepend(struct mbuf *, struct m_tag *); 472 void m_tag_delete(struct mbuf *, struct m_tag *); 474 struct m_tag *m_tag_find(struct mbuf *, int, struct m_tag *); 475 struct m_tag *m_tag_copy(struct m_tag *, int); 478 struct m_tag *m_tag_first(struct mbuf *); 479 struct m_tag *m_tag_next(struct mbuf *, struct m_tag *);
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFAbbreviationDeclaration.cpp | 25 : m_tag(tag), m_has_children(has_children), m_attributes() {} in DWARFAbbreviationDeclaration() 35 m_tag = static_cast<dw_tag_t>(data.GetULEB128(offset_ptr)); in extract() 36 if (m_tag == DW_TAG_null) in extract() 70 return m_code != 0 && m_tag != llvm::dwarf::DW_TAG_null; in IsValid()
|
| D | DWARFAbbreviationDeclaration.h | 27 dw_tag_t Tag() const { return m_tag; } in Tag() 59 dw_tag_t m_tag = llvm::dwarf::DW_TAG_null; variable
|
| D | DWARFDebugInfoEntry.cpp | 55 m_tag = llvm::dwarf::DW_TAG_null; in Extract() 72 m_tag = abbrevDecl->Tag(); in Extract() 713 if (m_tag) { in BuildFunctionAddressRangeTable() 714 if (m_tag == DW_TAG_subprogram) { in BuildFunctionAddressRangeTable() 847 m_tag == rhs.m_tag; in operator ==()
|
| D | DWARFDebugInfoEntry.h | 114 dw_tag_t Tag() const { return m_tag; } in Tag() 179 dw_tag_t m_tag = llvm::dwarf::DW_TAG_null; variable
|
| /openbsd/src/sys/netinet/ |
| D | ip_input.c | 271 struct m_tag *mtag; in ip_ours_enqueue() 304 struct m_tag *mtag; in ipintr() 1425 struct m_tag *mtag; in save_rte() 1456 struct m_tag *mtag; in ip_srcroute() 1506 m_tag_delete(m0, (struct m_tag *)isr); in ip_srcroute() 1940 struct m_tag *mtag; in ip_send_do_dispatch()
|
| D | ipsec_output.c | 404 struct m_tag *mtag; in ipsp_process_done() 621 struct m_tag *mtag; in ipsec_adjust_mtu()
|
| D | ipsec_input.c | 378 struct m_tag *mtag; in ipsec_common_input_cb() 1027 struct m_tag *mtag; in ipsec_forward_check() 1052 struct m_tag *mtag; in ipsec_local_check()
|
| D | ip_ipsp.h | 211 struct m_tag;
|
| D | ip_carp.c | 1428 struct m_tag *mtag; in carp_input() 1481 struct m_tag *mtag; in carp_lsdrop()
|
| D | udp_usrreq.c | 550 struct m_tag *mtag; in udp_input()
|
| D | ip_output.c | 511 struct m_tag *mtag; in ip_output_ipsec_lookup()
|
| /openbsd/src/sys/net/ |
| D | if_etherip.c | 219 struct m_tag *mtag; in etherip_output() 538 struct m_tag *mtag; in ip_etherip_output() 709 struct m_tag *mtag; in ip6_etherip_output()
|
| D | bridgectl.c | 817 struct m_tag *mtag; in bridge_tunnel() 828 struct m_tag *mtag; in bridge_tunneltag() 845 struct m_tag *mtag; in bridge_tunneluntag()
|
| D | if_rport.c | 157 struct m_tag *mtag; in rport_output()
|
| D | if_sec.c | 288 struct m_tag *mtag; in sec_output()
|
| D | if_vxlan.c | 326 struct m_tag *mtag; in vxlan_encap() 474 struct m_tag *mtag; in vxlan_output()
|
| D | pf_norm.c | 841 struct m_tag *mtag; in pf_reassemble6() 944 pf_refragment6(struct mbuf **m0, struct m_tag *mtag, struct sockaddr_in6 *dst, in pf_refragment6()
|
| D | if_gif.c | 393 struct m_tag *mtag; in gif_output()
|
| D | bpf.c | 150 struct m_tag *mtag; in bpf_movein()
|
| D | pfvar.h | 1668 int pf_refragment6(struct mbuf **, struct m_tag *mtag,
|
| /openbsd/src/sys/netinet6/ |
| D | ip6_input.c | 200 struct m_tag *mtag; in ip6_ours_enqueue() 233 struct m_tag *mtag; in ip6intr()
|
| /openbsd/src/sys/net80211/ |
| D | ieee80211_output.c | 116 struct m_tag *mtag; in ieee80211_output() 529 struct m_tag *mtag; in ieee80211_encap()
|