Home
last modified time | relevance | path

Searched refs:VXLAN_N_VID (Results 1 – 3 of 3) sorted by relevance

/linux/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/drivers/net/vxlan/
H A Dvxlan_vnifilter.c34 .max_size = VXLAN_N_VID,
H A Dvxlan_core.c355 .remote_vni = cpu_to_be32(VXLAN_N_VID), in vxlan_ip_miss()
3474 if (id >= VXLAN_N_VID) { in vxlan_validate()