Searched refs:rv (Results 1 - 21 of 21) sorted by relevance

/net/sunrpc/
H A Dsvcauth.c77 int rv = 0; local
82 rv = aops->release(rqstp);
85 return rv;
91 int rv = -EINVAL; local
95 rv = 0;
98 return rv;
H A Dsvcauth_unix.c50 struct auth_domain *rv; local
53 rv = auth_domain_lookup(name, NULL);
55 if (rv) {
56 if (new && rv != &new->h)
59 if (rv->flavour != &svcauth_unix) {
60 auth_domain_put(rv);
63 return rv;
76 rv = auth_domain_lookup(name, &new->h);
482 int rv; local
492 rv
[all...]
H A Dcache.c221 int rv; local
224 rv = cache_is_valid(h);
225 if (rv == -EAGAIN) {
228 rv = -ENOENT;
232 return rv;
252 int rv; local
256 rv = cache_is_valid(h);
263 if (rv == -EAGAIN)
264 rv = -ENOENT;
265 } else if (rv
389 int rv = 0; local
[all...]
/net/ipv6/
H A Dxfrm6_tunnel.c352 int rv; local
360 rv = register_pernet_subsys(&xfrm6_tunnel_net_ops);
361 if (rv < 0)
363 rv = xfrm_register_type(&xfrm6_tunnel_type, AF_INET6);
364 if (rv < 0)
366 rv = xfrm6_tunnel_register(&xfrm6_tunnel_handler, AF_INET6);
367 if (rv < 0)
369 rv = xfrm6_tunnel_register(&xfrm46_tunnel_handler, AF_INET);
370 if (rv < 0)
382 return rv;
[all...]
H A Dmcast.c322 int i, j, rv; local
372 rv = !0;
374 rv = !ipv6_addr_equal(&psl->sl_addr[i], source);
375 if (rv == 0)
378 if (rv) /* source not found */
422 rv = 1; /* > 0 for insert logic below if sl_count is 0 */
424 rv = !ipv6_addr_equal(&psl->sl_addr[i], source);
425 if (rv == 0) /* There is an error in the address. */
611 bool rv = true; local
625 rv
962 bool rv = false; local
2083 int rv = 0; local
2148 int rv = ip6_mc_del1_src(pmc, sfmode, &psfsrc[i]); local
2221 int new_in, rv; local
[all...]
/net/decnet/netfilter/
H A Ddn_rtmsg.c127 int rv = 0; local
139 rv = nf_register_hook(&dnrmg_ops);
140 if (rv) {
144 return rv;
/net/mac80211/
H A Dethtool.c52 int rv = 0; local
55 rv += STA_STATS_LEN;
57 rv += drv_get_et_sset_count(sdata, sset);
59 if (rv == 0)
61 return rv;
H A Ddebugfs.c266 ssize_t rv; local
320 rv = simple_read_from_buffer(user_buf, count, ppos, buf, strlen(buf));
322 return rv;
H A Ddriver-ops.h59 int rv = 0; local
62 rv = local->ops->get_et_sset_count(&local->hw, &sdata->vif,
64 trace_drv_return_int(local, rv);
66 return rv;
/net/decnet/
H A Daf_decnet.c216 int rv = -EUSERS; local
225 rv = -EADDRINUSE;
230 rv = 0;
233 return rv;
728 int rv; local
767 rv = -EINVAL;
773 rv = dn_hash_sock(sk);
774 if (rv)
779 return rv;
787 int rv; local
1680 int rv = 0; local
[all...]
H A Ddn_dev.c391 int rv; local
405 rv = dn_dev_insert_ifa(dn_db, ifa);
406 if (rv)
408 return rv;
514 int rv = -EBUSY; local
522 rv = 0;
528 return rv;
788 int rv = -ENODEV; local
798 rv = 0;
802 return rv;
818 int rv; local
[all...]
/net/ipv4/
H A Digmp.c1550 int rv = 0; local
1582 rv = 1;
1587 return rv;
1626 int rv = ip_mc_del1_src(pmc, sfmode, &psfsrc[i]); local
1628 changerec |= rv > 0;
1629 if (!err && rv < 0)
1630 err = rv;
1707 int new_in, rv; local
1709 rv = 0;
1733 rv
1991 int i, j, rv; local
2396 int rv = 0; local
[all...]
/net/netfilter/ipvs/
H A Dip_vs_ftp.c484 int rv; local
486 rv = register_pernet_subsys(&ip_vs_ftp_ops);
488 return rv;
/net/core/
H A Dnet_namespace.c242 int rv; local
254 rv = setup_net(net, user_ns);
255 if (rv == 0) {
261 if (rv < 0) {
264 return ERR_PTR(rv);
H A Dpktgen.c3528 int rv = 0; local
3540 rv = -EBUSY;
3550 return rv;
/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c413 int len, rv; local
439 rv = get_int(&mesg, &id);
440 if (rv == -EINVAL)
442 if (rv == -ENOENT)
1823 int rv; local
1825 rv = rsc_cache_create_net(net);
1826 if (rv)
1827 return rv;
1828 rv = rsi_cache_create_net(net);
1829 if (rv)
[all...]
/net/xfrm/
H A Dxfrm_policy.c2924 int rv; local
2928 rv = xfrm_proc_init(net);
2929 if (rv < 0)
2931 return rv;
3042 int rv; local
3044 rv = xfrm_statistics_init(net);
3045 if (rv < 0)
3047 rv = xfrm_state_init(net);
3048 if (rv < 0)
3050 rv
[all...]
H A Dxfrm_user.c3105 int rv; local
3109 rv = register_pernet_subsys(&xfrm_user_net_ops);
3110 if (rv < 0)
3111 return rv;
3112 rv = xfrm_register_km(&netlink_mgr);
3113 if (rv < 0)
3115 return rv;
/net/netfilter/
H A Dx_tables.c1322 int rv; local
1341 rv = register_pernet_subsys(&xt_net_ops);
1342 if (rv < 0)
1344 return rv;
/net/key/
H A Daf_key.c3809 int rv; local
3814 rv = pfkey_init_proc(net);
3816 return rv;
/net/wireless/
H A Dnl80211.c9098 int rv; local
9111 rv = -EALREADY;
9125 return rv;

Completed in 342 milliseconds