Home
last modified time | relevance | path

Searched full:udp4 (Results 1 – 19 of 19) sorted by relevance

/linux/Documentation/networking/device_drivers/ethernet/microsoft/
H A Dnetvsc.rst41 ethtool -N eth0 rx-flow-hash udp4 sdfn
45 ethtool -N eth0 rx-flow-hash udp4 sd
49 ethtool -n eth0 rx-flow-hash udp4
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dfm10k.rst105 rx-flow-hash tcp4|udp4|ah4|esp4|sctp4|tcp6|udp6|ah6|esp6|sctp6
111 rx-flow-hash tcp4|udp4|ah4|esp4|sctp4|tcp6|udp6|ah6|esp6|sctp6 m|v|t|s|d|f|n|r
114 - udp4: UDP over IPv4
H A Dice.rst276 <type> - can be ip4, tcp4, udp4, sctp4, ip6, tcp6, udp6, sctp6
403 udp4 signifying UDP over IPv4
H A Dixgbe.rst360 <type> - can be ip4, tcp4, udp4, or sctp4
/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst292 …ethtool -N <ethX> flow-type udp4 src-ip 10.0.0.1 dst-ip 10.0.0.2 src-port 2000 dst-port 2001 actio…
297 For ``flow-type ip4|udp4|tcp4|sctp4|ip6|udp6|tcp6|sctp6`` you must set the loc
299 For ``flow-type ip4|udp4|tcp4|sctp4|ip6|udp6|tcp6|sctp6`` you can set 8 rules
311 …sudo ethtool -N <ethX> flow-type udp4 src-ip 10.0.0.4 dst-ip 10.0.0.7 src-port 2000 dst-port 2001 …
364 ethtool -N eth0 flow-type udp4 action 0 loc 32
/linux/Documentation/networking/device_drivers/ethernet/freescale/
H A Ddpaa.rst216 To turn it back on, one needs to set rx-flow-hash for tcp4/6 or udp4/6::
218 # ethtool -N fm1-mac9 rx-flow-hash udp4 sfdn
221 run for one of tcp4|udp4|ah4|esp4|sctp4|tcp6|udp6|ah6|esp6|sctp6 is
/linux/tools/testing/selftests/net/
H A Dnat6to4.sh15 …012345678901234567890123456789012345678901234567890123456789abc | socat - UDP4-DATAGRAM:224.1.0.1:…
H A Damt.sh227 RESULT4=$(ip netns exec "${LISTENER}" timeout 15 socat - UDP4-LISTEN:4000,readbytes=128 || true)
H A Dfib_tests.sh2457 ip netns exec $ns2 socat UDP4-LISTEN:54321,fork $tmp_file &
2468 run_cmd "echo a | $NS_EXEC socat STDIN UDP4:172.16.101.2:54321,sourceport=12345"
2471 run_cmd "echo a | $NS_EXEC socat STDIN UDP4:172.16.101.2:54321,sourceport=11111"
2477 run_cmd "echo a | $NS_EXEC socat STDIN UDP4:172.16.101.2:54321,sourceport=12345"
2484 run_cmd "echo a | $NS_EXEC socat STDIN UDP4:172.16.101.2:54321,sourceport=12345"
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_nat.sh735 echo ROUTER | ip netns exec "$ns0" timeout 3 socat -T 3 -u STDIN UDP4-LISTEN:1405 2>/dev/null &
737 echo CLIENT | ip netns exec "$ns2" timeout 3 socat -T 3 -u STDIN UDP4-LISTEN:1405,reuseport 2>/dev/null &
975 ip netns exec "$ns1" timeout 3 socat -u UDP4-RECV:4233 OPEN:"$OUTFILE" < /dev/null 2>/dev/null &
980 if ! ip netns exec "$ns2" timeout 3 socat -u STDIN UDP4-SENDTO:"10.0.1.99:4233" < "$INFILE" > /dev/null;then
1036 echo "PONG 10.0.1.1 step $i" | ip netns exec "$ns0" timeout 3 socat STDIO UDP4-LISTEN:1234,bind=10.0.1.1 > "$OUTFILE" 2>/dev/null &
1041 result=$(ip netns exec "$ns1" timeout 3 socat STDIO UDP4-SENDTO:"$udpdaddr:1234,sourceport=4321" < "$INFILE")
H A Dconntrack_ipip_mtu.sh49 ip netns exec "$c_b" socat -t 3 - udp4-listen:5000,reuseaddr > "$rx" < /dev/null &
H A Dnft_concat_range.sh636 echo "test4" | B socat -t 0.01 STDIN UDP4-DATAGRAM:"$dst_addr4":"$dst_port""${__socatbind}"
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-cgroup.rst107 …- **sendmsg4** call to sendto(2), sendmsg(2), sendmmsg(2) for an unconnected udp4 socket (since 4.…
110 …- **recvmsg4** call to recvfrom(2), recvmsg(2), recvmmsg(2) for an unconnected udp4 socket (since …
/linux/Documentation/networking/
H A Daf_xdp.rst767 ethtool -N p3p2 rx-flow-hash udp4 fn
768 ethtool -N p3p2 flow-type udp4 src-port 4242 dst-port 4242 \
812 sudo ethtool -N <interface> rx-flow-hash udp4 fn
813 sudo ethtool -N <interface> flow-type udp4 src-port 4242 dst-port \
/linux/tools/testing/selftests/drivers/net/hw/
H A Drss_api.py241 flow_types = ["tcp4", "tcp6", "udp4", "udp6"]
254 flow_types = ["tcp4", "tcp6", "udp4", "udp6"]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsocket_helpers.h437 return "udp4"; in socket_kind_to_str()
H A Dbpf_iter.c1749 if (test__start_subtest("udp4")) in test_bpf_iter()
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_debugfs.c108 flow_name = "udp4"; in mvpp2_dbgfs_flow_type_show()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_lib.c1598 /* configure RSS for udp4 with input set IP src/dst, UDP src/dst */