Searched refs:VLAN_TAG (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | if_vlan.h | 52 if (VLAN_TAG(ifp, &vtag) == 0) in vlan_dev_vlan_id()
|
/freebsd/sys/net/ |
H A D | if_vlan_var.h | 150 #define VLAN_TAG(_ifp, _vid) \ macro
|
/freebsd/sys/netinet/ |
H A D | toecore.c | 460 VLAN_TAG(ifp, &vid); in toe_lle_event() 499 VLAN_TAG(ifp, &vid); in toe_l2_resolve()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_addr.h | 183 if (VLAN_TAG(__DECONST(if_t, dev), &tag) != 0) in rdma_vlan_dev_vlan_id()
|
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | mlx5_ipsec.c | 345 VLAN_TAG(ifpo, &vid); in mlx5e_if_sa_newkey_onedir() 662 VLAN_TAG(ifpo, &vid); in mlx5e_if_spd_install()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_connect.c | 269 VLAN_TAG(rt_ifp, &vid); in t4_connect()
|
H A D | t4_tom_l2t.c | 374 VLAN_TAG(ifp, &vid); in t4_l2t_get()
|