Home
last modified time | relevance | path

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

/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 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 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 \
/linux/tools/testing/selftests/net/
H A Dbpf_offload.py457 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 Dip6_gre_headroom.sh52 tc filter add dev swp1 ingress pref 1000 matchall skip_hw \
/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/forwarding/
H A Dpedit_dsfield.sh169 flower skip_hw $match_flower action pass
242 flower skip_hw ip_tos 125 action pass
H A Dpedit_l4port.sh131 flower skip_hw $match_flower action pass
H A Dpedit_ip.sh135 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.sh307 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 Dtc_actions.sh132 skip_hw dst_ip 192.0.2.2 action drop
H A Dvxlan_bridge_1d_ipv6.sh473 icmpv6 skip_hw action pass
H A Dvxlan_bridge_1d.sh352 $add_del 100 "" $dev skip_hw
H A Dvxlan_bridge_1q_ipv6.sh593 icmpv6 skip_hw action pass
H A Dvxlan_bridge_1q.sh451 $add_del 100 "" $dev skip_hw
H A Dlib.sh81 : "${TC_FLAG:=skip_hw}"
1173 "skip_hw ip_tos $((dscp << 2))"
/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond_options.sh345 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 Dbond-break-lacpdu-tx.sh72 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 Dloopback.sh40 skip_hw arp_op reply arp_tip 192.0.2.1 action drop
/linux/net/sched/
H A Dact_api.c1519 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 Dcls_flower.c3694 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 Drepresentors.rst242 ``skip_hw`` rules and applying any ``skip_sw`` rules) and were transmitted or
/linux/net/mac80211/
H A Dtx.c625 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()