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

/freebsd-current/sys/netpfil/pf/
H A Dpf_mtag.h67 if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) == NULL)
H A Dpf_norm.c948 tag = m_tag_find(m, PACKET_TAG_PF_REASSEMBLED, NULL);
H A Dpf.c1236 if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) != NULL)
9128 (mtag = m_tag_find(m, PACKET_TAG_PF_REASSEMBLED, NULL)) != NULL)
/freebsd-current/sys/netinet6/
H A Dip6_fastfwd.c183 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) {
251 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL);
H A Dip6_forward.c365 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) {
H A Dudp6_usrreq.c462 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) {
H A Dip6_input.c741 m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) {
H A Dnd6.c2208 mtag = m_tag_find(m, PACKET_TAG_ND_OUTGOING, NULL);
H A Dip6_output.c1090 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) {
/freebsd-current/sys/netinet/
H A Dip_fastfwd.c377 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) {
418 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL);
H A Dip_options.c430 opts = (struct ipopt_tag *)m_tag_find(m0, PACKET_TAG_IPOPTIONS, NULL);
H A Dip_input.c633 if (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) {
H A Dip_output.c191 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) {
H A Dudp_usrreq.c582 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) {
H A Dip_carp.c2051 mtag = m_tag_find(m, PACKET_TAG_CARP, NULL);
H A Dtcp_input.c825 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL);
/freebsd-current/sys/security/mac/
H A Dmac_net.c102 tag = m_tag_find(m, PACKET_TAG_MACLABEL, NULL);
/freebsd-current/sys/netipsec/
H A Dipsec.c663 m_tag_find(m, PACKET_TAG_IPSEC_IN_DONE, NULL) != NULL)
829 m_tag_find(m, PACKET_TAG_IPSEC_IN_DONE, NULL) != NULL)
978 while ((mtag = m_tag_find(__DECONST(struct mbuf *, m),
H A Dipsec_output.c451 if (m_tag_find(m, PACKET_TAG_IPSEC_OUT_DONE, NULL) != NULL)
819 if (m_tag_find(m, PACKET_TAG_IPSEC_OUT_DONE, NULL) != NULL)
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_pfil.c197 * m_tag_find. Outgoing packets may be tagged, so we
201 m_tag_find(*m0, PACKET_TAG_IPFORWARD, NULL);
H A Dip_fw2.c2604 match = (m_tag_find(m,
/freebsd-current/sys/net/
H A Dif_ipsec.c402 if (m_tag_find(m, PACKET_TAG_IPSEC_OUT_DONE, NULL) != NULL) {
/freebsd-current/sys/sys/
H A Dmbuf.h1323 * PACKET_ABI_COMPAT is used to implement m_tag_get and m_tag_find
1488 m_tag_find(struct mbuf *m, uint16_t type, struct m_tag *start) function
/freebsd-current/share/man/man9/
H A DMakefile1536 mbuf_tags.9 m_tag_find.9 \

Completed in 393 milliseconds