Home
last modified time | relevance | path

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

12

/openbsd/src/sys/kern/
Duipc_mbuf2.c259 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 …]
Duipc_mbuf.c176 pool_init(&mtagpool, PACKET_TAG_MAXSIZE + sizeof(struct m_tag), 0, in mbinit()
/openbsd/src/sys/sys/
Dmbuf.h67 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/
DDWARFAbbreviationDeclaration.cpp25 : 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()
DDWARFAbbreviationDeclaration.h27 dw_tag_t Tag() const { return m_tag; } in Tag()
59 dw_tag_t m_tag = llvm::dwarf::DW_TAG_null; variable
DDWARFDebugInfoEntry.cpp55 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 ==()
DDWARFDebugInfoEntry.h114 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/
Dip_input.c271 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()
Dipsec_output.c404 struct m_tag *mtag; in ipsp_process_done()
621 struct m_tag *mtag; in ipsec_adjust_mtu()
Dipsec_input.c378 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()
Dip_ipsp.h211 struct m_tag;
Dip_carp.c1428 struct m_tag *mtag; in carp_input()
1481 struct m_tag *mtag; in carp_lsdrop()
Dudp_usrreq.c550 struct m_tag *mtag; in udp_input()
Dip_output.c511 struct m_tag *mtag; in ip_output_ipsec_lookup()
/openbsd/src/sys/net/
Dif_etherip.c219 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()
Dbridgectl.c817 struct m_tag *mtag; in bridge_tunnel()
828 struct m_tag *mtag; in bridge_tunneltag()
845 struct m_tag *mtag; in bridge_tunneluntag()
Dif_rport.c157 struct m_tag *mtag; in rport_output()
Dif_sec.c288 struct m_tag *mtag; in sec_output()
Dif_vxlan.c326 struct m_tag *mtag; in vxlan_encap()
474 struct m_tag *mtag; in vxlan_output()
Dpf_norm.c841 struct m_tag *mtag; in pf_reassemble6()
944 pf_refragment6(struct mbuf **m0, struct m_tag *mtag, struct sockaddr_in6 *dst, in pf_refragment6()
Dif_gif.c393 struct m_tag *mtag; in gif_output()
Dbpf.c150 struct m_tag *mtag; in bpf_movein()
Dpfvar.h1668 int pf_refragment6(struct mbuf **, struct m_tag *mtag,
/openbsd/src/sys/netinet6/
Dip6_input.c200 struct m_tag *mtag; in ip6_ours_enqueue()
233 struct m_tag *mtag; in ip6intr()
/openbsd/src/sys/net80211/
Dieee80211_output.c116 struct m_tag *mtag; in ieee80211_output()
529 struct m_tag *mtag; in ieee80211_encap()

12