Searched refs:VXLAN_N_VID (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/
H A Dvxlan.h33 #define VXLAN_N_VID (1u << 24) macro
34 #define VXLAN_VID_MASK (VXLAN_N_VID - 1)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c39 #define VXLAN_N_VID (1u << 24) macro
40 #define VXLAN_VNI_MASK bpf_htonl((VXLAN_N_VID - 1) << 8)
/linux-master/drivers/net/vxlan/
H A Dvxlan_vnifilter.c34 .max_size = VXLAN_N_VID,
H A Dvxlan_mdb.c323 .max = VXLAN_N_VID - 1,
H A Dvxlan_core.c356 .remote_vni = cpu_to_be32(VXLAN_N_VID),
3413 if (id >= VXLAN_N_VID) {

Completed in 379 milliseconds