Searched defs:replace (Results 1 - 3 of 3) sorted by relevance

/net/ipv6/
H A Daddrlabel.c252 static int __ip6addrlbl_add(struct ip6addrlbl_entry *newp, int replace) argument
256 ADDRLABEL(KERN_DEBUG "%s(newp=%p, replace=%d)\n",
258 newp, replace);
271 if (!replace) {
295 int ifindex, u32 label, int replace)
300 ADDRLABEL(KERN_DEBUG "%s(prefix=%pI6, prefixlen=%d, ifindex=%d, label=%u, replace=%d)\n",
302 replace);
308 ret = __ip6addrlbl_add(newp, replace);
293 ip6addrlbl_add(struct net *net, const struct in6_addr *prefix, int prefixlen, int ifindex, u32 label, int replace) argument
H A Dip6_fib.c456 pr_warn("Can't replace route, no match found\n");
502 pr_warn("Can't replace route, no match found\n");
644 int replace = (info->nlh && local
664 if (replace) {
742 if (!replace) {
1276 * and replace dummy references to this route with references
/net/sctp/
H A Dauth.c828 * the key with a same ID already exists, replace the key (remove the
838 int replace = 0; local
841 * we are doing a replace, or adding a new key
850 replace = 1;
858 if (!replace) {
876 if (replace)
886 if (!replace)

Completed in 71 milliseconds