Searched refs:m_tag (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-current/sys/netgraph/
H A Dqos.h35 #define MTAG_SIZE(X) ( sizeof(struct X) - sizeof(struct m_tag) )
43 * struct m_tag tag;
64 struct m_tag tag;
77 struct m_tag tag;
H A Dng_ksocket.h100 struct m_tag tag;
H A Dng_ipfw.c229 struct m_tag *tag;
303 struct m_tag *tag;
/freebsd-current/sys/kern/
H A Duipc_mbuf2.c302 m_tag_free_default(struct m_tag *t)
312 struct m_tag *
315 struct m_tag *t;
320 t = malloc(len + sizeof(struct m_tag), M_PACKET_TAGS, wait);
330 m_tag_delete(struct mbuf *m, struct m_tag *t)
340 m_tag_delete_chain(struct mbuf *m, struct m_tag *t)
342 struct m_tag *p, *q;
366 struct m_tag *p, *q;
374 struct m_tag *
375 m_tag_locate(struct mbuf *m, uint32_t cookie, uint16_t type, struct m_tag *
[all...]
/freebsd-current/sys/netinet/
H A Dip_options.h45 struct m_tag tag; /* m_tag */
H A Dip_options.c409 m_tag_free((struct m_tag *)opts);
415 m_tag_prepend(m, (struct m_tag *)opts);
473 m_tag_delete(m0, (struct m_tag *)opts);
H A Dip_divert.c173 struct m_tag *mtag;
312 struct m_tag *mtag;
/freebsd-current/sys/netpfil/pf/
H A Dpf_mtag.h65 struct m_tag *mtag;
/freebsd-current/sys/security/mac/
H A Dmac_net.c97 struct m_tag *tag;
150 mac_mbuf_tag_init(struct m_tag *tag, int flag)
172 struct m_tag *tag;
229 mac_mbuf_tag_destroy(struct m_tag *tag)
244 mac_mbuf_tag_copy(struct m_tag *src, struct m_tag *dest)
H A Dmac_framework.h69 struct m_tag;
237 void mac_mbuf_tag_copy(struct m_tag *, struct m_tag *);
238 void mac_mbuf_tag_destroy(struct m_tag *);
239 int mac_mbuf_tag_init(struct m_tag *, int);
/freebsd-current/sys/sys/
H A Dmbuf.h124 struct m_tag { struct
125 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */
129 void (*m_tag_free)(struct m_tag *);
167 SLIST_HEAD(packet_tags, m_tag) tags; /* list of packet tags */
1315 * (struct m_tag) that specifies the size of the memory block and a
1332 * struct m_tag *mtag = m_tag_alloc(...);
1335 * if the alignment of struct m_tag is sufficient for referencing members of
1336 * struct foo. Otherwise it is necessary to embed struct m_tag within the
1340 * struct m_tag tag;
1344 * struct m_tag *mta
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h124 dw_tag_t Tag() const { return m_tag; }
191 dw_tag_t m_tag = llvm::dwarf::DW_TAG_null; member in class:lldb_private::plugin::dwarf::DWARFDebugInfoEntry
H A DDWARFDebugInfoEntry.cpp54 m_tag = llvm::dwarf::DW_TAG_null;
70 m_tag = abbrevDecl->getTag();
597 if (m_tag) {
598 if (m_tag == DW_TAG_subprogram) {
732 m_tag == rhs.m_tag;
/freebsd-current/sys/net/
H A Dif_vlan_var.h119 * other layers of the stack, in which case an m_tag will be used. This is
181 struct m_tag *mtag;
H A Dif_fwsubr.c85 struct m_tag *mtag;
589 struct m_tag *mtag;
/freebsd-current/sys/net80211/
H A Dieee80211_freebsd.c558 struct m_tag *mtag;
578 struct m_tag *mtag;
596 struct m_tag *mtag;
612 struct m_tag *mtag;
629 struct m_tag *mtag;
646 struct m_tag *mtag;
661 struct m_tag *mtag;
678 struct m_tag *mtag;
695 struct m_tag *mtag;
/freebsd-current/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h152 struct m_tag *mtag;
H A Ddn_aqm_codel.c192 struct m_tag *mtag;
233 struct m_tag *mtag;
H A Dip_fw_pfil.c125 struct m_tag *tag;
341 struct m_tag *mtag;
490 struct m_tag *tag;
H A Dip_dn_io.c235 struct m_tag *mtag = m_tag_first(m);
237 /* XXX: to skip ts m_tag. For Debugging only*/
780 struct m_tag *tag;
871 struct m_tag *mtag;
983 struct m_tag *tag = m_tag_first(m);
H A Ddn_aqm_pie.c328 struct m_tag *mtag;
541 struct m_tag *mtag;
/freebsd-current/sys/net/altq/
H A Daltq_codel.c285 struct m_tag *mtag;
315 struct m_tag *mtag;
/freebsd-current/sys/netinet6/
H A Dip6_fastfwd.c95 struct m_tag *fwd_tag;
/freebsd-current/sys/netipsec/
H A Dipsec.h310 struct m_tag;
H A Dipsec_input.c343 struct m_tag *mtag;
590 struct m_tag *mtag;

Completed in 180 milliseconds

123