Home
last modified time | relevance | path

Searched refs:dstport (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/tools/testing/selftests/drivers/net/mlxsw/
Dvxlan.sh66 ttl 20 tos inherit local 198.51.100.1 dstport 4789
83 ttl 20 tos inherit local 198.51.100.1 dstport 4789
100 ttl 20 tos inherit local 198.51.100.1 dstport 4789
118 ttl 20 tos inherit local 198.51.100.1 dstport 4789 \
137 ttl 20 tos inherit dstport 4789
154 ttl 20 tos inherit local 2001:db8::1 dstport 4789
171 ttl 20 tos inherit local 198.51.100.1 dstport 4789
189 ttl 20 tos inherit local 198.51.100.1 dstport 4789 dev dummy1
207 ttl 20 tos inherit local 198.51.100.1 dstport 4789 \
225 ttl 20 tos 20 local 198.51.100.1 dstport 4789
[all …]
Dextack.sh40 dstport 4789 nolearning noudpcsum tos inherit ttl 100
51 dstport 4789 nolearning noudpcsum tos inherit ttl 100
88 dstport 4789 tos inherit ttl 100
118 dstport 4789 tos inherit ttl 100
Dvxlan_fdb_veto.sh30 ttl 20 tos inherit local 198.51.100.1 dstport 4789
Dvxlan_flooding.sh64 ttl 20 tos inherit local 198.51.100.1 dstport 4789
/Linux-v5.4/tools/testing/selftests/net/forwarding/
Dvxlan_symmetric.sh182 local 10.0.0.1 remote 10.0.0.2 dstport 4789 \
190 local 10.0.0.1 remote 10.0.0.2 dstport 4789 \
206 local 10.0.0.1 dstport 4789 \
347 local 10.0.0.2 remote 10.0.0.1 dstport 4789 \
355 local 10.0.0.2 remote 10.0.0.1 dstport 4789 \
363 local 10.0.0.2 dstport 4789 \
Dvxlan_asymmetric.sh172 local 10.0.0.1 remote 10.0.0.2 dstport 4789 \
180 local 10.0.0.1 remote 10.0.0.2 dstport 4789 \
316 local 10.0.0.2 remote 10.0.0.1 dstport 4789 \
324 local 10.0.0.2 remote 10.0.0.1 dstport 4789 \
Dvxlan_bridge_1q.sh165 local 192.0.2.17 dstport "$VXPORT" \
173 local 192.0.2.17 dstport "$VXPORT" \
275 dstport "$VXPORT"
286 dstport "$VXPORT"
Dvxlan_bridge_1d.sh137 local 192.0.2.17 dstport "$VXPORT" \
210 ip link add name vx2 type vxlan id 1000 local $in_addr dstport "$VXPORT"
/Linux-v5.4/tools/testing/selftests/net/
Dtest_vxlan_fdb_changelink.sh20 ip link add name vx up type vxlan id 2000 dstport 4789
Dtest_vxlan_under_vrf.sh81 ip -netns hv-$hv link add vxlan0 type vxlan id 10 local 172.16.0.$hv dev veth0 dstport 4789
Drtnetlink.sh434 dev "$devdummy" dstport 4789 2>/dev/null
1095 dstport 4789 2>/dev/null
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_tunnel.sh167 id 2 dstport 4789 gbp remote 172.16.1.200
175 ip link add dev $DEV type $TYPE external gbp dstport 4789
192 ip link add dev $DEV_NS type $TYPE id 22 dstport 4789 \
198 ip link add dev $DEV type $TYPE external dstport 4789
208 id 2 dstport 6081 remote 172.16.1.200
213 ip link add dev $DEV type $TYPE dstport 6081 external
/Linux-v5.4/include/trace/events/
Dsunrpc.h564 __string(dstport,
575 __assign_str(dstport,
582 __entry->ino, __get_str(dstaddr), __get_str(dstport),
614 __string(dstport,
626 __assign_str(dstport,
634 __entry->ino, __get_str(dstaddr), __get_str(dstport),
/Linux-v5.4/arch/um/drivers/
Dvector_user.c439 char *src, *dst, *srcport, *dstport; in user_init_socket_fds() local
460 dstport = uml_vector_fetch_arg(ifspec, "dstport"); in user_init_socket_fds()
518 gairet = getaddrinfo(dst, dstport, &dsthints, &gairesult); in user_init_socket_fds()
/Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h85 #define VCHIQ_MAKE_MSG(type, srcport, dstport) \ argument
86 ((type<<24) | (srcport<<12) | (dstport<<0))
/Linux-v5.4/Documentation/networking/
Dvxlan.txt25 # ip link add vxlan0 type vxlan id 42 group 239.1.1.1 dev eth1 dstport 4789