Searched refs:vxlan (Results 1 – 23 of 23) sorted by relevance
/external/bcc/examples/networking/tunnel_monitor/ |
D | monitor.c | 88 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()
|
D | README.md | 5 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)
|
D | CMakeLists.txt | 1 set(FILES README.md chord.png monitor.c simulation.py vxlan.jpg)
|
/external/ltp/testcases/network/virt/ |
D | virt_lib.sh | 39 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/ |
D | test_setup.sh | 123 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/ |
D | proto.b | 91 next proto::vxlan; 123 struct vxlan { 132 state vxlan {
|
D | test_stat1.b | 57 state proto::vxlan {
|
D | test_xlate1.b | 66 state proto::vxlan {
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | test_vxlan_fdb_changelink.sh | 20 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
|
D | rtnetlink.sh | 375 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/ |
D | TESTLIST | 317 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 | .gitignore | 17 /test-create-vxlan
|
/external/scapy/scapy/contrib/ |
D | nsh.py | 24 from scapy.layers.vxlan import VXLAN
|
/external/tcpdump/ |
D | Android.bp | 190 "print-vxlan.c", 191 "print-vxlan-gpe.c",
|
D | Makefile.in | 230 print-vxlan.c \ 231 print-vxlan-gpe.c \
|
D | CHANGES | 290 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/ |
D | Makefile.am | 54 netlink/route/link/vxlan.h \
|
/external/bcc/src/lua/bpf/ |
D | proto.lua | 295 M.vxlan = function (...) return dissector(ffi.typeof('struct vxlan_t'), ...) end function
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_tunnel.sh | 405 TYPE=vxlan 429 TYPE=vxlan
|
/external/libnl/doc/ |
D | route.txt | 836 /* 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/ |
D | WinDump.dsp | 708 SOURCE="..\..\print-vxlan.c"
|
/external/syzkaller/sys/linux/ |
D | socket_netlink_route.txt | 190 # nlmon, vlan, vrf, vxlan, macsec
|
/external/bcc/ |
D | README.md | 229 A multi-host vxlan environment is simulated and a BPF program used to monitor
|