Home
last modified time | relevance | path

Searched refs:EVL_CFIOFTAG (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dif_vlan_var.h54 EVL_CFIOFTAG(__vlantag)); \
H A Dethernet.h98 #define EVL_CFIOFTAG(tag) (((tag) >> 12) & 1) macro
/f-stack/freebsd/net/
H A Dif_vlan_var.h54 EVL_CFIOFTAG(__vlantag)); \
H A Dethernet.h98 #define EVL_CFIOFTAG(tag) (((tag) >> 12) & 1) macro
/f-stack/freebsd/netgraph/
H A Dng_vlan.c421 vf->cfi = EVL_CFIOFTAG(hook_data); in ng_vlan_rcvmsg()