Searched refs:replace (Results 151 - 167 of 167) sorted by relevance

1234567

/linux-master/tools/testing/selftests/net/
H A Dpmtu.sh268 pmtu_ipv4_route_change ipv4: PMTU exception w/route replace 1
269 pmtu_ipv6_route_change ipv6: PMTU exception w/route replace 1"
821 tc -netns "${NS_A}" qdisc replace dev veth_A-R1 root prio
822 tc -netns "${NS_A}" qdisc replace dev veth_A-R2 root prio
H A Drtnetlink.sh1195 ip address replace dev "$devdummy" "$addr" proto 0x11
H A Dtest_vxlan_mdb.sh334 # Basic add, replace and delete behavior.
340 run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 $grp_key permanent dst $vtep_ip src_vni 10010"
358 run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 $grp_key permanent proto 123 dst $vtep_ip src_vni 10010"
369 run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 $grp_key permanent dst $vtep_ip dst_port 1234 src_vni 10010"
380 run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 $grp_key permanent dst $vtep_ip vni 1234 src_vni 10010"
391 run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 $grp_key permanent dst $vtep_ip src_vni 10010 via veth0"
547 # Basic add, replace and delete behavior.
555 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"
574 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"
582 run_cmd "bridge -n $ns1 mdb replace de
[all...]
H A Dfcnal-test.sh692 setup_cmd ip route replace unreachable ${NSB_LO_IP}
693 setup_cmd ip route replace unreachable ${NSB_IP}
/linux-master/fs/bcachefs/
H A Djournal_io.c196 goto replace;
200 replace:
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S3165 # "replace" this section, if necessary. #
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S248 movew #0x3fff,FP_SCR2(%a6) |replace exponent with 0x3fff
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c1270 .replace = v4l2_ctrl_replace,
/linux-master/net/ipv4/
H A Dnexthop.c2092 /* not called for nexthop replace */
2193 NL_SET_ERR_MSG(extack, "Can not replace a nexthop group with a nexthop.");
2201 NL_SET_ERR_MSG(extack, "Can not replace a nexthop group with one of a different type.");
2224 /* Emit a pre-replace notification so that listeners could veto
2361 NL_SET_ERR_MSG(extack, "Can not replace a nexthop with a nexthop group.");
2389 /* Send a replace notification for all the groups using the nexthop. */
2535 bool replace = !!(cfg->nlflags & NLM_F_REPLACE); local
2556 } else if (replace) {
2564 /* id already exists and not a replace */
2569 if (replace
[all...]
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py247 self.type = type.lower().replace(" ", "")
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py680 s = value.replace("%", "\\%")
681 s = s.replace("_", "\\_")
2565 stmt = self.sql.replace("$$last_id$$", str(self.last_id))
3836 val = val.replace('"', '""')
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py17 return name.upper().replace('-', '_')
21 return name.lower().replace('-', '_')
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c4364 dev_err(mlxsw_sp->bus_info->dev, "Failed to replace dead neigh\n");
5382 * replace the old adjacency index with the new one.
5388 NL_SET_ERR_MSG_MOD(extack, "Failed to replace old adjacency index with new one");
6854 /* Nothing to replace */
6912 /* In case of route replace, replaced route is deleted with
7549 /* Nothing to replace */
7657 bool replace)
7667 return mlxsw_sp_mr_route_add(mrt, men_info->mfc, replace);
7880 dev_warn(mlxsw_sp->bus_info->dev, "FIB replace failed.\n");
7918 dev_warn(mlxsw_sp->bus_info->dev, "FIB replace faile
7655 mlxsw_sp_router_fibmr_add(struct mlxsw_sp *mlxsw_sp, struct mfc_entry_notifier_info *men_info, bool replace) argument
7953 bool replace; local
[all...]
/linux-master/net/ipv6/
H A Droute.c3926 * and emit a replace or delete notification, respectively.
5257 int replace = (cfg->fc_nlinfo.nlh && local
5261 nlflags = replace ? NLM_F_REPLACE : NLM_F_CREATE;
5332 /* for add and replace send one notification with all nexthops.
5338 /* For add and replace, send one notification with all nexthops. For
5348 if (replace && nhn)
5350 "multipath route replace failed (check consistency of installed routes)");
5379 * sibling and might allow us to skip some checks in the replace case.
/linux-master/drivers/media/usb/uvc/
H A Duvc_ctrl.c1733 .replace = v4l2_ctrl_replace,
/linux-master/tools/testing/selftests/iommu/
H A Diommufd.c1618 /* Now replace the ioas with a new one */
1644 TEST_F(iommufd_mock_domain, replace)
/linux-master/scripts/
H A Dcheckpatch.pl703 my $dist3 = $distance[$i - 1][$j - 1]; #replace
2549 my ($string, $find, $replace) = @_;
2551 $string =~ s/$find/$replace/g;

Completed in 287 milliseconds

1234567