HomeSort by: relevance | last modified time | path
    Searched refs:m_tag (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/dist/pf/net/
pf_mtag.c 52 struct m_tag *mtag;
63 struct m_tag *mtag;
pf.c 1717 struct m_tag *mtag;
1882 struct m_tag *mtag;
5932 struct m_tag *mtag;
6359 struct m_tag *mtag;
  /src/sys/netipsec/
ipsec6.h 59 struct m_tag;
ipsec.h 316 struct m_tag;
ipsecif.c 113 struct m_tag *mtag;
282 struct m_tag *mtag;
320 struct m_tag *mtag;
463 struct m_tag *mtag;
ipsec_output.c 94 struct m_tag *mtag;
292 struct m_tag *mtag;
ipsec_input.c 176 struct m_tag *tag;
  /src/sys/sys/
mbuf.h 102 struct m_tag { struct
103 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */
190 SLIST_HEAD(packet_tags, m_tag) tags; /* list of packet tags */
781 struct m_tag *m_tag_get(int, int, int);
782 void m_tag_free(struct m_tag *);
783 void m_tag_prepend(struct mbuf *, struct m_tag *);
784 void m_tag_unlink(struct mbuf *, struct m_tag *);
785 void m_tag_delete(struct mbuf *, struct m_tag *);
787 struct m_tag *m_tag_find(const struct mbuf *, int);
788 struct m_tag *m_tag_copy(struct m_tag *)
    [all...]
  /src/sys/netinet6/
ip6_input.c 140 static struct m_tag *ip6_setdstifaddr(struct mbuf *, const struct in6_ifaddr *);
142 static struct m_tag *ip6_addaux(struct mbuf *);
143 static struct m_tag *ip6_findaux(struct mbuf *);
269 * make sure we don't have onion peering information into m_tag.
535 * Record address information into m_tag, if we don't have one yet.
817 static struct m_tag *
820 struct m_tag *mtag;
841 struct m_tag *mtag;
1501 static struct m_tag *
1504 struct m_tag *mtag
    [all...]
udp6_usrreq.c 1417 struct m_tag *tag;
  /src/sys/net/npf/
npf_mbuf.c 308 struct m_tag *mt;
351 struct m_tag *mt;
  /src/sys/kern/
uipc_mbuf.c 2355 struct m_tag *
2358 struct m_tag *t;
2362 t = malloc(len + sizeof(struct m_tag), M_PACKET_TAGS, wait);
2371 m_tag_free(struct m_tag *t)
2377 m_tag_prepend(struct mbuf *m, struct m_tag *t)
2384 m_tag_unlink(struct mbuf *m, struct m_tag *t)
2387 SLIST_REMOVE(&m->m_pkthdr.tags, t, m_tag, m_tag_link);
2391 m_tag_delete(struct mbuf *m, struct m_tag *t)
2400 struct m_tag *p, *q;
2412 struct m_tag *
    [all...]
  /src/share/man/man9/
Makefile 42 mstohz.9 mutex.9 m_tag.9 namecache.9 \
583 MLINKS+=m_tag.9 m_tag_copy.9 \
584 m_tag.9 m_tag_copy_chain.9 \
585 m_tag.9 m_tag_delete.9 \
586 m_tag.9 m_tag_delete_chain.9 \
587 m_tag.9 m_tag_find.9 \
588 m_tag.9 m_tag_free.9 \
589 m_tag.9 m_tag_get.9 \
590 m_tag.9 m_tag_prepend.9 \
591 m_tag.9 m_tag_unlink.
    [all...]
  /src/sys/net/
if_ieee1394subr.c 97 struct m_tag *mtag;
351 struct m_tag *mtag;
if_ethersubr.c 422 struct m_tag *mtag;
929 struct m_tag *mtag;
  /src/sys/dev/ieee1394/
if_fwip.c 533 struct m_tag *mtag;
692 struct m_tag *mtag;
822 struct m_tag *mtag;
  /src/sys/netcan/
can.c 237 struct m_tag *sotag;
277 struct m_tag *sotag;
317 struct m_tag *sotag;
  /src/sys/netinet/
ip_input.c 1213 struct m_tag *mtag;
1242 struct m_tag *mtag;
udp_usrreq.c 1252 struct m_tag *tag;
ip_icmp.c 259 struct m_tag *mtag;
386 /* move PF m_tag to new packet, if it exists */
if_arp.c 964 struct m_tag *mtag;
  /src/sys/altq/
altq_cbq.c 501 struct m_tag *t;
altq_priq.c 433 struct m_tag *t;
altq_red.c 525 struct m_tag *t;
altq_hfsc.c 674 struct m_tag *t;

Completed in 36 milliseconds

1 2