Home
last modified time | relevance | path

Searched refs:MTAG_8021Q_PCP_OUT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Dif_vlan_var.h125 #define MTAG_8021Q_PCP_OUT 1 /* Output priority. */ macro
186 mtag = m_tag_locate(m, MTAG_8021Q, MTAG_8021Q_PCP_OUT, NULL); in vlan_set_pcp()
188 mtag = m_tag_alloc(MTAG_8021Q, MTAG_8021Q_PCP_OUT, in vlan_set_pcp()
H A Dif_ethersubr.c1407 m_tag_locate(m, MTAG_8021Q, MTAG_8021Q_PCP_OUT, NULL) != NULL) in ether_do_pcp()
1463 MTAG_8021Q_PCP_OUT, NULL)) != NULL) in ether_8021q_frame()