Searched refs:PACKET_TAG_IPSEC_OUT_DONE (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/netipsec/
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)
890 mtag = m_tag_get(PACKET_TAG_IPSEC_OUT_DONE, sizeof(*xh), M_NOWAIT);
/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.h1365 #define PACKET_TAG_IPSEC_OUT_DONE 2 /* IPsec applied, out */ macro

Completed in 68 milliseconds