| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | one_armed_router.sh | 136 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 D | vxlan_flooding.sh | 179 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 D | blackhole_routes.sh | 124 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 \
|
| /linux/tools/testing/selftests/net/ |
| H A D | bpf_offload.py | 457 flags = ["skip_sw", "skip_hw", "in_hw"] 504 skip_sw=False, skip_hw=False, argument 515 if skip_hw: 516 params += " skip_hw" 621 def test_spurios_extack(sim, obj, skip_hw, needle): argument 622 res = sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_hw=skip_hw, 626 skip_hw=skip_hw, include_stderr=True) 765 ret, _ = sim.cls_bpf_add_filter(obj, skip_hw [all...] |
| H A D | ip6_gre_headroom.sh | 52 tc filter add dev swp1 ingress pref 1000 matchall skip_hw \
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
| H A D | vxlan_flooding_ipv6.sh | 166 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/forwarding/ |
| H A D | pedit_dsfield.sh | 169 flower skip_hw $match_flower action pass 242 flower skip_hw ip_tos 125 action pass
|
| H A D | pedit_l4port.sh | 131 flower skip_hw $match_flower action pass
|
| H A D | pedit_ip.sh | 135 flower skip_hw $match_flower action pass
|
| H A D | mirror_gre_changes.sh | 78 flower skip_hw ip_ttl 50 action pass
|
| H A D | router_multicast.sh | 307 skip_hw dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action pass 352 skip_hw dst_ip ff0e::3 ip_proto udp dst_port 12345 action pass
|
| H A D | tc_actions.sh | 132 skip_hw dst_ip 192.0.2.2 action drop
|
| H A D | vxlan_bridge_1d_ipv6.sh | 473 icmpv6 skip_hw action pass
|
| H A D | vxlan_bridge_1d.sh | 352 $add_del 100 "" $dev skip_hw
|
| H A D | vxlan_bridge_1q_ipv6.sh | 593 icmpv6 skip_hw action pass
|
| H A D | vxlan_bridge_1q.sh | 451 $add_del 100 "" $dev skip_hw
|
| H A D | lib.sh | 81 : "${TC_FLAG:=skip_hw}" 1173 "skip_hw ip_tos $((dscp << 2))"
|
| /linux/tools/testing/selftests/drivers/net/bonding/ |
| H A D | bond_options.sh | 345 flower skip_hw arp_op request arp_sip ${s_ip4} arp_tip ${s_ip4} action pass 562 handle 101 flower skip_hw arp_op request \ 565 handle 102 flower skip_hw ip_proto icmpv6 \
|
| H A D | bond-break-lacpdu-tx.sh | 72 tc filter add dev veth1-end ingress protocol 0x8809 pref 1 handle 101 flower skip_hw action pass
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | loopback.sh | 40 skip_hw arp_op reply arp_tip 192.0.2.1 action drop
|
| /linux/net/sched/ |
| H A D | act_api.c | 1519 bool skip_hw = tc_skip_hw(fl_flags); in tcf_action_init() local 1530 (tc_act_skip_hw(act->tcfa_flags) && !skip_hw)) { in tcf_action_init() 1538 if (skip_hw) in tcf_action_init() 1545 skip_hw != tc_act_skip_hw(act->tcfa_flags)) { in tcf_action_init()
|
| H A D | cls_flower.c | 3694 bool skip_hw; in fl_dump() local 3713 skip_hw = tc_skip_hw(f->flags); in fl_dump() 3723 if (!skip_hw) in fl_dump() 3751 bool skip_hw; in fl_terse_dump() local 3764 skip_hw = tc_skip_hw(f->flags); in fl_terse_dump() 3771 if (!skip_hw) in fl_terse_dump()
|
| /linux/Documentation/networking/ |
| H A D | representors.rst | 242 ``skip_hw`` rules and applying any ``skip_sw`` rules) and were transmitted or
|
| /linux/net/mac80211/ |
| H A D | tx.c | 625 bool skip_hw = false; in ieee80211_tx_h_select_key() local 648 skip_hw = (tx->key->conf.flags & in ieee80211_tx_h_select_key() 666 if (!skip_hw && tx->key && in ieee80211_tx_h_select_key()
|