Home
last modified time | relevance | path

Searched refs:PACKET_TAG_CARP (Results 1 – 2 of 2) sorted by path

/freebsd/sys/netinet/
H A Dip_carp.c1059 if ((mtag = m_tag_get(PACKET_TAG_CARP, sizeof(sc->sc_vhid), in carp_tag()
1705 mtag = m_tag_get(PACKET_TAG_CARP, in carp_macmatch6()
2051 mtag = m_tag_find(m, PACKET_TAG_CARP, NULL); in carp_output()
/freebsd/sys/sys/
H A Dmbuf.h1383 #define PACKET_TAG_CARP 28 /* CARP info */ macro