Home
last modified time | relevance | path

Searched refs:vxlan (Results 1 – 23 of 23) sorted by relevance

/external/bcc/examples/networking/tunnel_monitor/
Dmonitor.c88 case 4789: goto vxlan; in handle_outer()
92 vxlan: ; in handle_outer()
93 struct vxlan_t *vxlan = cursor_advance(cursor, sizeof(*vxlan)); in handle_outer() local
94 skb->cb[CB_VNI] = vxlan->key; in handle_outer()
95 skb->cb[CB_OFFSET] = (u64)vxlan + sizeof(*vxlan); in handle_outer()
DREADME.md5 as well as vxlan id into a hash table. The entries in that table store bytes
11 overlay network (using vxlan in this case), and each host contains multiple
16 ![Overlay Diagram](vxlan.jpg)
DCMakeLists.txt1 set(FILES README.md chord.png monitor.c simulation.py vxlan.jpg)
/external/ltp/testcases/network/virt/
Dvirt_lib.sh39 vxlan|geneve)
49 ip li add type vxlan help 2>&1 | grep -q dstport && vxlan_dstport=1
107 vlan|vxlan)
125 vxlan|geneve|sit)
141 vxlan|geneve)
300 vxlan|geneve)
/external/bcc/examples/networking/vlan_filter/
Dtest_setup.sh123 ip netns exec netns3 ip link add vxlan-10 type vxlan id 10 remote 10.1.1.12 dstport 4789 dev veth3
124 ip netns exec netns4 ip link add vxlan-10 type vxlan id 10 remote 10.1.1.11 dstport 4789 dev veth5
125 ip netns exec netns3 ip link set vxlan-10 up
126 ip netns exec netns4 ip link set vxlan-10 up
127 ip netns exec netns3 brctl addif brvx vxlan-10
128 ip netns exec netns4 brctl addif brvy vxlan-10
/external/bcc/tests/python/
Dproto.b91 next proto::vxlan;
123 struct vxlan {
132 state vxlan {
Dtest_stat1.b57 state proto::vxlan {
Dtest_xlate1.b66 state proto::vxlan {
/external/linux-kselftest/tools/testing/selftests/net/
Dtest_vxlan_fdb_changelink.sh20 ip link add name vx up type vxlan id 2000 dstport 4789
25 ip link set dev vx type vxlan remote 192.0.2.30
Drtnetlink.sh375 vxlan="test-vxlan0"
379 ip netns exec "$testns" ip link add "$vxlan" type vxlan id 42 group 239.1.1.1 \
387 ip netns exec "$testns" ip addr add 10.2.11.49/24 dev "$vxlan"
390 ip netns exec "$testns" ip link set up dev "$vxlan"
393 ip netns exec "$testns" ip link add link "$vxlan" name "$vlan" type vlan id 1
396 ip netns exec "$testns" ip link del "$vxlan"
/external/tcpdump/tests/
DTESTLIST317 vxlan vxlan.pcap vxlan.out -# -e
366 nsh-over-vxlan-gpe nsh-over-vxlan-gpe.pcap nsh-over-vxlan-gpe.out
367 nsh-over-vxlan-gpe-v nsh-over-vxlan-gpe.pcap nsh-over-vxlan-gpe-v.out -v
368 nsh-over-vxlan-gpe-vv nsh-over-vxlan-gpe.pcap nsh-over-vxlan-gpe-vv.out -vv
369 nsh-over-vxlan-gpe-vvv nsh-over-vxlan-gpe.pcap nsh-over-vxlan-gpe-vvv.out -vvv
/external/libnl/tests/
D.gitignore17 /test-create-vxlan
/external/scapy/scapy/contrib/
Dnsh.py24 from scapy.layers.vxlan import VXLAN
/external/tcpdump/
DAndroid.bp190 "print-vxlan.c",
191 "print-vxlan-gpe.c",
DMakefile.in230 print-vxlan.c \
231 print-vxlan-gpe.c \
DCHANGES290 draft-ietf-nvo3-vxlan-gpe-01
393 Add support for VXLAN (draft-mahalingam-dutt-dcops-vxlan-03),
394 and add "vxlan" as an option for -T.
/external/libnl/include/
DMakefile.am54 netlink/route/link/vxlan.h \
/external/bcc/src/lua/bpf/
Dproto.lua295 M.vxlan = function (...) return dissector(ffi.typeof('struct vxlan_t'), ...) end function
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_tunnel.sh405 TYPE=vxlan
429 TYPE=vxlan
/external/libnl/doc/
Droute.txt836 /* allocate new link object of type vxlan */
895 /* allocate new link object of type vxlan */
973 /* allocate new link object of type vxlan */
1051 /* allocate new link object of type vxlan */
1115 /* allocate new link object of type vxlan */
/external/tcpdump/win32/prj/
DWinDump.dsp708 SOURCE="..\..\print-vxlan.c"
/external/syzkaller/sys/linux/
Dsocket_netlink_route.txt190 # nlmon, vlan, vrf, vxlan, macsec
/external/bcc/
DREADME.md229 A multi-host vxlan environment is simulated and a BPF program used to monitor