Home
last modified time | relevance | path

Searched refs:skip_hw (Results 1 – 25 of 30) sorted by relevance

12

/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Done_armed_router.sh136 skip_hw dst_ip 198.51.100.1 ip_proto udp dst_port 52768 \
140 skip_hw dst_ip 198.51.100.1 ip_proto udp dst_port 52768 \
179 skip_hw dst_ip 2001:db8:2::1 ip_proto udp dst_port 52768 \
183 skip_hw dst_ip 2001:db8:2::1 ip_proto udp dst_port 52768 \
H A Dblackhole_routes.sh124 skip_hw dst_ip 198.51.100.1 src_ip 192.0.2.1 ip_proto icmp \
148 skip_hw dst_ip 2001:db8:2::1 src_ip 2001:db8:1::1 \
H A Dvxlan_flooding.sh179 matchall skip_hw action drop
182 flower skip_hw dst_mac de:ad:be:ef:13:37 action pass
184 matchall skip_hw action drop
H A Ddevlink_trap_l3_exceptions.sh186 flower skip_hw ip_proto icmp type 3 code 4 action pass
224 flower skip_hw ip_proto icmp type 11 code 0 action pass
334 skip_hw ip_proto $ip_proto type $type code $code action pass
H A Ddevlink_trap_l3_drops.sh531 flower skip_hw dst_ip $dip ip_proto $ip_proto action drop
668 flower skip_hw dst_ip $dip ip_proto udp action drop
H A Ddevlink_trap_tunnel_vxlan.sh241 flower skip_hw src_ip 192.0.2.3 dst_ip 192.0.2.1 action pass
H A Ddevlink_trap_tunnel_vxlan_ipv6.sh249 flower skip_hw src_ip 2001:db8:3::1 dst_ip 2001:db8:1::1 \
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dvxlan_flooding_ipv6.sh166 matchall skip_hw action drop
169 flower skip_hw dst_mac de:ad:be:ef:13:37 action pass
171 matchall skip_hw action drop
/linux/tools/testing/selftests/net/
H A Dbpf_offload.py500 skip_sw=False, skip_hw=False, argument
511 if skip_hw:
616 def test_spurios_extack(sim, obj, skip_hw, needle): argument
617 res = sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_hw=skip_hw,
621 skip_hw=skip_hw, include_stderr=True)
759 ret, _ = sim.cls_bpf_add_filter(obj, skip_hw=True, fail=False)
825 sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_hw=True)
826 sim.cls_bpf_add_filter(obj, op="replace", prio=1, handle=1, skip_hw=True)
833 skip_sw=(j == 1), skip_hw=(j == 2),
H A Dip6_gre_headroom.sh52 tc filter add dev swp1 ingress pref 1000 matchall skip_hw \
H A Darp_ndisc_untracked_subnets.sh83 flower src_ip ${HOST_ADDR_V6} ip_proto icmpv6 type 136 skip_hw action pass
/linux/tools/testing/selftests/net/forwarding/
H A Dpedit_dsfield.sh161 flower skip_hw $match_flower action pass
234 flower skip_hw ip_tos 125 action pass
H A Dsch_red.sh374 tc filter add block 10 pref 1234 handle 102 matchall skip_hw \
415 tc filter add block 10 pref 1234 handle 102 matchall skip_hw \
H A Dpedit_ip.sh127 flower skip_hw $match_flower action pass
H A Dpedit_l4port.sh131 flower skip_hw $match_flower action pass
H A Dmirror_gre_changes.sh78 flower skip_hw ip_ttl 50 action pass
H A Drouter_multicast.sh330 skip_hw dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action pass
375 skip_hw dst_ip ff0e::3 ip_proto udp dst_port 12345 action pass
H A Dlib.sh1225 if [ "${tcflags/skip_hw}" != "$tcflags" ]; then
1232 if [ "${tcflags/skip_hw}" != "$tcflags" ]; then
1304 "skip_hw ip_tos $((dscp << 2))"
H A Dtc_actions.sh131 skip_hw dst_ip 192.0.2.2 action drop
H A Dvxlan_bridge_1d.sh352 $add_del 100 "" $dev skip_hw
H A Dvxlan_bridge_1d_ipv6.sh473 icmpv6 skip_hw action pass
/linux/tools/testing/selftests/drivers/net/hw/
H A Dloopback.sh40 skip_hw arp_op reply arp_tip 192.0.2.1 action drop
/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond-break-lacpdu-tx.sh72 tc filter add dev veth1-end ingress protocol 0x8809 pref 1 handle 101 flower skip_hw action pass
H A Dbond_options.sh291 flower skip_hw arp_op request arp_sip ${s_ip4} arp_tip ${s_ip4} action pass
/linux/net/sched/
H A Dcls_flower.c3607 bool skip_hw; in fl_dump() local
3626 skip_hw = tc_skip_hw(f->flags); in fl_dump()
3636 if (!skip_hw) in fl_dump()
3664 bool skip_hw; in fl_terse_dump() local
3677 skip_hw = tc_skip_hw(f->flags); in fl_terse_dump()
3684 if (!skip_hw) in fl_terse_dump()

12