Searched refs:devconf_all (Results 1 – 15 of 15) sorted by relevance
| /linux/net/ipv6/ |
| H A D | addrconf.c | 680 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf() 779 net->ipv6.devconf_all, in inet6_netconf_dump_devconf() 893 if (p == &net->ipv6.devconf_all->forwarding) { in addrconf_fixup_forwarding() 908 net->ipv6.devconf_all); in addrconf_fixup_forwarding() 961 if (p == &net->ipv6.devconf_all->ignore_routes_with_linkdown) { in addrconf_fixup_linkdown() 969 net->ipv6.devconf_all); in addrconf_fixup_linkdown() 1555 if (!READ_ONCE(net->ipv6.devconf_all->optimistic_dad) && in ipv6_use_optimistic_addr() 1558 if (!READ_ONCE(net->ipv6.devconf_all->use_optimistic) && in ipv6_use_optimistic_addr() 1574 if (!READ_ONCE(net->ipv6.devconf_all->optimistic_dad) && in ipv6_allow_optimistic_dad() 2694 if ((READ_ONCE(net->ipv6.devconf_all->optimistic_dad) || in addrconf_prefix_rcv_add_addr() [all …]
|
| H A D | ndisc.c | 903 (READ_ONCE(net->ipv6.devconf_all->proxy_ndp) || in ndisc_recv_ns() 1099 READ_ONCE(net->ipv6.devconf_all->forwarding) && in ndisc_recv_na() 1100 READ_ONCE(net->ipv6.devconf_all->proxy_ndp) && in ndisc_recv_na() 1870 READ_ONCE(net->ipv6.devconf_all->ndisc_notify)) in ndisc_netdev_event() 1880 READ_ONCE(net->ipv6.devconf_all->ndisc_evict_nocarrier); in ndisc_netdev_event()
|
| H A D | exthdrs.c | 383 accept_seg6 = min(READ_ONCE(net->ipv6.devconf_all->seg6_enabled), in ipv6_srh_rcv() 498 accept_rpl_seg = min(READ_ONCE(net->ipv6.devconf_all->rpl_seg_enabled), in ipv6_rpl_srh_rcv() 658 accept_source_route = READ_ONCE(net->ipv6.devconf_all->accept_source_route); in ipv6_rthdr_rcv()
|
| H A D | ip6_input.c | 536 if (atomic_read(&dev_net_rcu(skb->dev)->ipv6.devconf_all->mc_forwarding) && in ip6_mc_input()
|
| H A D | ip6mr.c | 1596 atomic_inc(&net->ipv6.devconf_all->mc_forwarding); in ip6mr_sk_init() 1604 net->ipv6.devconf_all); in ip6mr_sk_init() 1621 devconf = net->ipv6.devconf_all; in ip6mr_sk_done() 1639 net->ipv6.devconf_all); in ip6mr_sk_done()
|
| H A D | anycast.c | 99 ishost = !READ_ONCE(net->ipv6.devconf_all->forwarding); in ipv6_sock_ac_join()
|
| H A D | ip6_output.c | 509 if (!READ_ONCE(net->ipv6.devconf_all->forwarding) && in ip6_forward() 522 if (!READ_ONCE(net->ipv6.devconf_all->disable_policy) && in ip6_forward() 561 if (READ_ONCE(net->ipv6.devconf_all->proxy_ndp) && in ip6_forward()
|
| H A D | ipv6_sockglue.c | 1330 val = READ_ONCE(sock_net(sk)->ipv6.devconf_all->hop_limit); in do_ipv6_getsockopt()
|
| H A D | mcast.c | 1239 all_force = READ_ONCE(net->ipv6.devconf_all->force_mld_version); in mld_force_mld_version()
|
| H A D | route.c | 2278 if (READ_ONCE(net->ipv6.devconf_all->forwarding) == 0) in ip6_pol_route() 4698 (READ_ONCE(net->ipv6.devconf_all->disable_policy) || in addrconf_f6i_alloc()
|
| /linux/include/net/netns/ |
| H A D | ipv6.h | 71 struct ipv6_devconf *devconf_all; 66 struct ipv6_devconf *devconf_all; global() member
|
| H A D | ipv4.h | 112 struct ipv4_devconf *devconf_all; member
|
| /linux/net/ipv4/ |
| H A D | devinet.c | 2297 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf() 2380 net->ipv4.devconf_all, in inet_netconf_dump_devconf() 2433 net->ipv4.devconf_all); in inet_forward_change() 2459 else if (cnf == net->ipv4.devconf_all) in devinet_conf_ifindex() 2784 memcpy(all, current->nsproxy->net_ns->ipv4.devconf_all, in devinet_init_net() 2793 memcpy(all, init_net.ipv4.devconf_all, in devinet_init_net() 2827 net->ipv4.devconf_all = all; in devinet_init_net() 2862 __devinet_sysctl_unregister(net, net->ipv4.devconf_all, in devinet_exit_net() 2867 kfree(net->ipv4.devconf_all); in devinet_exit_net()
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | action.c | 478 set_tun->ttl = READ_ONCE(net->ipv6.devconf_all->hop_limit); in nfp_fl_set_tun()
|
| /linux/net/netfilter/ |
| H A D | nf_synproxy_core.c | 804 iph->hop_limit = READ_ONCE(net->ipv6.devconf_all->hop_limit); in synproxy_build_ip_ipv6()
|