Home
last modified time | relevance | path

Searched refs:replace (Results 251 - 261 of 261) sorted by relevance

1...<<11

/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtest_vxlan_mdb.sh337 # Basic add, replace and delete behavior.
343 run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 $grp_key permanent dst $vtep_ip src_vni 10010"
361 run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 $grp_key permanent proto 123 dst $vtep_ip src_vni 10010"
372 run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 $grp_key permanent dst $vtep_ip dst_port 1234 src_vni 10010"
383 run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 $grp_key permanent dst $vtep_ip vni 1234 src_vni 10010"
394 run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 $grp_key permanent dst $vtep_ip src_vni 10010 via veth0"
550 # Basic add, replace and delete behavior.
558 run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 grp $grp permanent filter_mode exclude source_list $src1 dst $vtep_ip src_vni 10010"
577 run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 grp $grp permanent filter_mode include source_list $src1 dst $vtep_ip src_vni 10010"
585 run_cmd "bridge -n $ns1 mdb replace de
[all...]
H A Dfcnal-test.sh682 setup_cmd ip route replace unreachable ${NSB_LO_IP}
683 setup_cmd ip route replace unreachable ${NSB_IP}
/kernel/linux/linux-6.6/tools/testing/selftests/iommu/
H A Diommufd.c1346 /* Now replace the ioas with a new one */ in TEST_F()
1372 TEST_F(iommufd_mock_domain, replace) in TEST_F()
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py247 self.type = type.lower().replace(" ", "")
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dfcnal-test.sh645 setup_cmd ip route replace unreachable ${NSB_LO_IP}
646 setup_cmd ip route replace unreachable ${NSB_IP}
/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c3834 * and emit a replace or delete notification, respectively. in __ip6_del_rt_siblings()
5153 int replace = (cfg->fc_nlinfo.nlh && in ip6_route_multipath_add() local
5157 nlflags = replace ? NLM_F_REPLACE : NLM_F_CREATE; in ip6_route_multipath_add()
5228 /* for add and replace send one notification with all nexthops. in ip6_route_multipath_add()
5234 /* For add and replace, send one notification with all nexthops. For in ip6_route_multipath_add()
5244 if (replace && nhn) in ip6_route_multipath_add()
5246 "multipath route replace failed (check consistency of installed routes)"); in ip6_route_multipath_add()
5275 * sibling and might allow us to skip some checks in the replace case. in ip6_route_multipath_add()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c3918 * and emit a replace or delete notification, respectively. in __ip6_del_rt_siblings()
5246 int replace = (cfg->fc_nlinfo.nlh && in ip6_route_multipath_add() local
5250 nlflags = replace ? NLM_F_REPLACE : NLM_F_CREATE; in ip6_route_multipath_add()
5321 /* for add and replace send one notification with all nexthops. in ip6_route_multipath_add()
5327 /* For add and replace, send one notification with all nexthops. For in ip6_route_multipath_add()
5337 if (replace && nhn) in ip6_route_multipath_add()
5339 "multipath route replace failed (check consistency of installed routes)"); in ip6_route_multipath_add()
5368 * sibling and might allow us to skip some checks in the replace case. in ip6_route_multipath_add()
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvc_ctrl.c1733 .replace = v4l2_ctrl_replace,
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c4642 .replace = v4l2_ctrl_replace,
/kernel/linux/linux-5.10/scripts/
H A Dcheckpatch.pl2295 my ($string, $find, $replace) = @_;
2297 $string =~ s/$find/$replace/g;
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl702 my $dist3 = $distance[$i - 1][$j - 1]; #replace
2548 my ($string, $find, $replace) = @_;
2550 $string =~ s/$find/$replace/g;

Completed in 96 milliseconds

1...<<11