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

/xnu-2422.115.4/bsd/netinet/
H A Dip_divert.h83 divert_cookie(struct m_tag *mtag)
90 struct m_tag *mtag = m_tag_locate(m, KERNEL_MODULE_TAG_ID,
99 divert_info(struct m_tag *mtag)
106 struct m_tag *mtag = m_tag_locate(m, KERNEL_MODULE_TAG_ID,
H A Dkpi_ipfilter.c215 struct m_tag *mtag = 0;
270 struct m_tag *mtag = NULL;
344 struct m_tag *mtag = NULL;
449 struct m_tag *mtag;
H A Dip_encap.c552 struct m_tag *tag;
569 struct m_tag *tag;
H A Dip_dummynet.h690 struct m_tag *mtag = m_tag_locate(m, KERNEL_MODULE_TAG_ID,
H A Dip_divert.c340 struct m_tag *mtag;
H A Dip_dummynet.c697 struct m_tag *mtag = m_tag_first(m);
1528 struct m_tag *mtag;
1797 struct m_tag *tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DUMMYNET, NULL); \
H A Dip_input.c662 struct m_tag *tag;
1311 struct m_tag *fwd_tag;
2822 struct m_tag *tag;
H A Dip_output.c269 struct m_tag *tag;
1585 struct m_tag *fwd_tag;
H A Dtcp_input.c1346 struct m_tag *fwd_tag;
/xnu-2422.115.4/security/
H A Dmac_alloc.c88 struct m_tag *t;
106 struct m_tag *t;
108 t = (struct m_tag *)((char *)data - sizeof(struct m_tag));
H A Dmac_net.c83 struct m_tag *tag;
149 mac_mbuf_tag_init(struct m_tag *tag, int flag)
206 mac_mbuf_tag_destroy(struct m_tag *tag)
218 mac_mbuf_tag_copy(struct m_tag *src, struct m_tag *dest)
304 struct m_tag *tag;
H A Dmac_framework.h100 struct m_tag;
261 void mac_mbuf_tag_copy(struct m_tag *m, struct m_tag *mtag);
262 void mac_mbuf_tag_destroy(struct m_tag *mtag);
263 int mac_mbuf_tag_init(struct m_tag *, int how);
/xnu-2422.115.4/bsd/kern/
H A Duipc_mbuf2.c371 * Create and return an m_tag, either by re-using space in a previous tag
374 struct m_tag *
377 struct m_tag *t = NULL;
378 struct m_tag *p;
383 if (len + sizeof (struct m_tag) + sizeof (struct m_taghdr) > MLEN)
387 * We've exhausted all external cases. Now, go through the m_tag
393 /* 2KCL m_tag */
408 /* The mbuf can store this m_tag */
410 t = (struct m_tag *)(void *)(m->m_data + m->m_len);
434 struct m_tag *
[all...]
H A Dkpi_mbuf.c845 struct m_tag *tag;
886 struct m_tag *tag;
920 struct m_tag *tag;
942 * tag-related (m_taghdr + m_tag) as well m_drvaux_tag structs.
953 struct m_tag *tag;
991 struct m_tag *tag;
1023 struct m_tag *tag;
/xnu-2422.115.4/bsd/sys/
H A Dmbuf.h139 struct m_tag { struct
144 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */
151 (P2ROUNDUP(len, sizeof (u_int64_t)) + sizeof (struct m_tag))
158 * 32-bit in ILP32; m_tag needs 64-bit alignment, hence padded.
361 SLIST_HEAD(packet_tags, m_tag) tags; /* list of external tags */
510 #define M_TAGHDR 0x8000 /* m_tag hdr structure at top of mbuf data */
1295 * semi-opaque data structures that have a fixed header (struct m_tag)
1304 * struct m_tag *mtag = m_tag_allocate(...);
1307 * if the alignment of struct m_tag is sufficient for referencing members
1308 * of struct foo. Otherwise it is necessary to embed struct m_tag withi
[all...]
/xnu-2422.115.4/bsd/netinet6/
H A Dip6_input.c460 struct m_tag *tag;
2089 struct m_tag *tag;
2111 struct m_tag *tag;
2122 struct m_tag *tag;
H A Dipsec.c4389 #define IPSEC_TAG_SIZE (MLEN - sizeof(struct m_tag))
4398 struct m_tag *tag;
4426 struct m_tag *tag;
4437 struct m_tag *tag;
4453 m_tag_delete(m, ((struct m_tag*)itag) - 1);
H A Dip6_output.c287 struct m_tag *tag;
/xnu-2422.115.4/bsd/net/
H A Dbpf.c2216 struct m_tag *mt = NULL;

Completed in 261 milliseconds