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

/macosx-10.10.1/xnu-2782.1.97/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.c239 struct m_tag *mtag = 0;
294 struct m_tag *mtag = NULL;
370 struct m_tag *mtag = NULL;
477 struct m_tag *mtag;
H A Dip_encap.c537 struct m_tag *tag;
554 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.c657 struct m_tag *tag;
1264 struct m_tag *fwd_tag;
2775 struct m_tag *tag;
H A Dip_output.c278 struct m_tag *tag;
1604 struct m_tag *fwd_tag;
H A Dtcp_input.c1513 struct m_tag *fwd_tag;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Notifications/
H A DWebNotification.cpp40 , m_tag(tag)
H A DWebNotification.h54 const String& tag() const { return m_tag; }
67 String m_tag; member in class:WebKit::WebNotification
/macosx-10.10.1/xnu-2782.1.97/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;
258 void mac_mbuf_tag_copy(struct m_tag *m, struct m_tag *mtag);
259 void mac_mbuf_tag_destroy(struct m_tag *mtag);
260 int mac_mbuf_tag_init(struct m_tag *, int how);
/macosx-10.10.1/xnu-2782.1.97/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.c867 struct m_tag *tag;
908 struct m_tag *tag;
942 struct m_tag *tag;
964 * tag-related (m_taghdr + m_tag) as well m_drvaux_tag structs.
975 struct m_tag *tag;
1013 struct m_tag *tag;
1045 struct m_tag *tag;
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSManagedValue.mm56 : m_tag(NotSet)
67 switch (m_tag) {
85 switch (m_tag) {
98 bool isSet() const { return m_tag != NotSet; }
99 bool isPrimitive() const { return m_tag == Primitive; }
100 bool isObject() const { return m_tag == Object; }
101 bool isString() const { return m_tag == String; }
108 m_tag = Primitive;
116 m_tag = Object;
125 m_tag
[all...]
/macosx-10.10.1/xnu-2782.1.97/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 */
513 #define M_TAGHDR 0x8000 /* m_tag hdr structure at top of mbuf data */
1305 * semi-opaque data structures that have a fixed header (struct m_tag)
1314 * struct m_tag *mtag = m_tag_allocate(...);
1317 * if the alignment of struct m_tag is sufficient for referencing members
1318 * of struct foo. Otherwise it is necessary to embed struct m_tag withi
[all...]
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/setkey/
H A Dparse.y1001 struct sadb_x_tag m_tag;
1018 memset(&m_tag, 0, sizeof(m_tag));
1019 m_tag.sadb_x_tag_len = PFKEY_UNIT64(sizeof(m_tag));
1020 m_tag.sadb_x_tag_exttype = SADB_X_EXT_TAG;
1021 if (strlcpy(m_tag.sadb_x_tag_name, tag,
1022 sizeof(m_tag.sadb_x_tag_name)) >= sizeof(m_tag.sadb_x_tag_name))
1024 memcpy(buf + l, &m_tag, sizeo
[all...]
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/Common/
H A Dpfkey_dump.c517 struct sadb_x_tag *m_tag; local
542 m_tag = (void *)mhp[SADB_X_EXT_TAG];
618 else if (m_tag)
619 printf("tagged \"%s\" ", m_tag->sadb_x_tag_name);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_input.c457 struct m_tag *tag;
1928 struct m_tag *tag;
1950 struct m_tag *tag;
1961 struct m_tag *tag;
H A Dipsec.c4400 #define IPSEC_TAG_SIZE (MLEN - sizeof(struct m_tag))
4409 struct m_tag *tag;
4437 struct m_tag *tag;
4448 struct m_tag *tag;
4464 m_tag_delete(m, ((struct m_tag*)itag) - 1);
H A Dip6_output.c291 struct m_tag *tag;
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dbpf.c2325 struct m_tag *mt = NULL;

Completed in 390 milliseconds