Home
last modified time | relevance | path

Searched refs:PACKET_TAG_MPLS (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/sys/
H A Dmbuf.h804 #define PACKET_TAG_MPLS 29 /* Indicate it's for MPLS */ macro
/netbsd/sys/net/
H A Dif_ethersubr.c386 mtag = m_tag_find(m, PACKET_TAG_MPLS); in ether_output()
/netbsd/sys/netinet/
H A Dip_output.c182 mtag = m_tag_get(PACKET_TAG_MPLS, in ip_mark_mpls()