Searched refs:S_VXLANPORT (Results 1 – 1 of 1) sorted by relevance
25201 #define S_VXLANPORT 0 macro25203 #define V_VXLANPORT(x) ((x) << S_VXLANPORT)25204 #define G_VXLANPORT(x) (((x) >> S_VXLANPORT) & M_VXLANPORT)