Home
last modified time | relevance | path

Searched refs:devconf_all (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/include/net/netns/
Dipv6.h52 struct ipv6_devconf *devconf_all; member
Dipv4.h50 struct ipv4_devconf *devconf_all; member
/Linux-v4.19/net/ipv6/
Daddrconf.c626 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf()
710 net->ipv6.devconf_all, in inet6_netconf_dump_devconf()
812 if (p == &net->ipv6.devconf_all->forwarding) { in addrconf_fixup_forwarding()
827 net->ipv6.devconf_all); in addrconf_fixup_forwarding()
881 if (p == &net->ipv6.devconf_all->ignore_routes_with_linkdown) { in addrconf_fixup_linkdown()
889 net->ipv6.devconf_all); in addrconf_fixup_linkdown()
1042 if (net->ipv6.devconf_all->disable_policy || in ipv6_add_addr()
1435 if (!net->ipv6.devconf_all->optimistic_dad && !idev->cnf.optimistic_dad) in ipv6_use_optimistic_addr()
1437 if (!net->ipv6.devconf_all->use_optimistic && !idev->cnf.use_optimistic) in ipv6_use_optimistic_addr()
1452 if (!net->ipv6.devconf_all->optimistic_dad && !idev->cnf.optimistic_dad) in ipv6_allow_optimistic_dad()
[all …]
Doutput_core.c137 hoplimit = dev_net(dev)->ipv6.devconf_all->hop_limit; in ip6_dst_hoplimit()
Dndisc.c876 (net->ipv6.devconf_all->proxy_ndp || idev->cnf.proxy_ndp) && in ndisc_recv_ns()
1025 net->ipv6.devconf_all->forwarding && net->ipv6.devconf_all->proxy_ndp && in ndisc_recv_na()
1779 net->ipv6.devconf_all->ndisc_notify) in ndisc_netdev_event()
Dip6_input.c448 if (dev_net(skb->dev)->ipv6.devconf_all->mc_forwarding && in ip6_mc_input()
Dexthdrs.c369 accept_seg6 = net->ipv6.devconf_all->seg6_enabled; in ipv6_srh_rcv()
490 int accept_source_route = net->ipv6.devconf_all->accept_source_route; in ipv6_rthdr_rcv()
Danycast.c60 int ishost = !net->ipv6.devconf_all->forwarding; in ipv6_sock_ac_join()
Dip6mr.c1534 net->ipv6.devconf_all->mc_forwarding++; in ip6mr_sk_init()
1542 net->ipv6.devconf_all); in ip6mr_sk_init()
1567 net->ipv6.devconf_all->mc_forwarding--; in ip6mr_sk_done()
1572 net->ipv6.devconf_all); in ip6mr_sk_done()
Dip6_output.c411 if (net->ipv6.devconf_all->forwarding == 0) in ip6_forward()
462 if (net->ipv6.devconf_all->proxy_ndp && in ip6_forward()
Dipv6_sockglue.c1257 val = sock_net(sk)->ipv6.devconf_all->hop_limit; in do_ipv6_getsockopt()
Dmcast.c1173 if (dev_net(idev->dev)->ipv6.devconf_all->force_mld_version != 0) in mld_force_mld_version()
1174 return dev_net(idev->dev)->ipv6.devconf_all->force_mld_version; in mld_force_mld_version()
Droute.c1867 if (net->ipv6.devconf_all->forwarding == 0) in ip6_pol_route()
/Linux-v4.19/net/bridge/netfilter/
Dnft_reject_bridge.c209 net->ipv6.devconf_all->hop_limit); in nft_reject_br_send_v6_tcp_reset()
270 net->ipv6.devconf_all->hop_limit); in nft_reject_br_send_v6_unreach()
/Linux-v4.19/net/ipv4/
Ddevinet.c1959 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf()
2039 net->ipv4.devconf_all, in inet_netconf_dump_devconf()
2094 net->ipv4.devconf_all); in inet_forward_change()
2120 else if (cnf == net->ipv4.devconf_all) in devinet_conf_ifindex()
2455 net->ipv4.devconf_all = all; in devinet_init_net()
2487 __devinet_sysctl_unregister(net, net->ipv4.devconf_all, in devinet_exit_net()
2492 kfree(net->ipv4.devconf_all); in devinet_exit_net()
Dipmr.c1356 net->ipv4.devconf_all); in mrtsock_destruct()
1420 net->ipv4.devconf_all); in ip_mroute_setsockopt()
/Linux-v4.19/include/linux/
Dinetdevice.h53 IPV4_DEVCONF((*(net)->ipv4.devconf_all), attr)
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_SYNPROXY.c33 iph->hop_limit = net->ipv6.devconf_all->hop_limit; in synproxy_build_ip()
/Linux-v4.19/net/core/
Dfilter.c4367 if (unlikely(!idev || !net->ipv6.devconf_all->forwarding)) in bpf_ipv6_fib_lookup()