Searched refs:replace (Results 251 - 261 of 261) sorted by relevance
1...<<11
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | test_vxlan_mdb.sh | 337 # 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 D | fcnal-test.sh | 682 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 D | iommufd.c | 1346 /* 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 D | test_multitouch.py | 247 self.type = type.lower().replace(" ", "")
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | fcnal-test.sh | 645 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 D | route.c | 3834 * 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 D | route.c | 3918 * 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 D | uvc_ctrl.c | 1733 .replace = v4l2_ctrl_replace,
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls.c | 4642 .replace = v4l2_ctrl_replace,
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 2295 my ($string, $find, $replace) = @_; 2297 $string =~ s/$find/$replace/g;
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 702 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