Home
last modified time | relevance | path

Searched refs:getmatch (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dfib_rule_tests.sh103 local getmatch="$2"
106 $IP -6 route get $GW_IP6 $getmatch | grep -q "table $RTABLE"
128 getmatch="mark 0x64"
129 fib_rule6_test_match_n_redirect "$match" "$getmatch" "fwmark redirect to table"
134 getmatch="uid 100"
135 fib_rule6_test_match_n_redirect "$match" "$getmatch" "uid redirect to table"
172 local getmatch="$2"
175 $IP route get $GW_IP4 $getmatch | grep -q "table $RTABLE"
202 getmatch="mark 0x64"
203 fib_rule4_test_match_n_redirect "$match" "$getmatch" "fwmar
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dfib_rule_tests.sh169 local getmatch="$2"
173 $IP -6 route get $GW_IP6 $getmatch | grep -q "table $RTABLE"
196 local getmatch
220 getmatch="tos $cnt"
221 fib_rule6_test_match_n_redirect "$match" "$getmatch" \
222 "$getmatch redirect to table"
226 getmatch="mark 0x64"
227 fib_rule6_test_match_n_redirect "$match" "$getmatch" "fwmark redirect to table"
232 getmatch="uid 100"
233 fib_rule6_test_match_n_redirect "$match" "$getmatch" "ui
[all...]

Completed in 2 milliseconds