Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/netns/
Dipv6.h41 struct ipv6_devconf *devconf_all; member
Dipv4.h37 struct ipv4_devconf *devconf_all; member
/linux-4.1.27/net/bridge/netfilter/
Dnft_reject_bridge.c169 net->ipv6.devconf_all->hop_limit); in nft_reject_br_send_v6_tcp_reset()
234 net->ipv6.devconf_all->hop_limit); in nft_reject_br_send_v6_unreach()
/linux-4.1.27/net/ipv6/
Doutput_core.c131 hoplimit = dev_net(dev)->ipv6.devconf_all->hop_limit; in ip6_dst_hoplimit()
Dip6_input.c301 if (dev_net(skb->dev)->ipv6.devconf_all->mc_forwarding && in ip6_mc_input()
Daddrconf.c579 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf()
659 net->ipv6.devconf_all, in inet6_netconf_dump_devconf()
759 if (p == &net->ipv6.devconf_all->forwarding) { in addrconf_fixup_forwarding()
765 net->ipv6.devconf_all); in addrconf_fixup_forwarding()
2394 !net->ipv6.devconf_all->forwarding && sllao) in addrconf_prefix_rcv()
2877 !dev_net(idev->dev)->ipv6.devconf_all->forwarding) in addrconf_add_linklocal()
5176 if (p == &net->ipv6.devconf_all->disable_ipv6) { in addrconf_disable_ipv6()
5234 else if (valp == &net->ipv6.devconf_all->proxy_ndp) in addrconf_sysctl_proxy_ndp()
5237 net->ipv6.devconf_all); in addrconf_sysctl_proxy_ndp()
5262 if (&net->ipv6.devconf_all->stable_secret == ctl->data) in addrconf_sysctl_stable_secret()
[all …]
Danycast.c60 int ishost = !net->ipv6.devconf_all->forwarding; in ipv6_sock_ac_join()
Dndisc.c801 (net->ipv6.devconf_all->proxy_ndp || idev->cnf.proxy_ndp) && in ndisc_recv_ns()
941 net->ipv6.devconf_all->forwarding && net->ipv6.devconf_all->proxy_ndp && in ndisc_recv_na()
Dip6mr.c1598 net->ipv6.devconf_all->mc_forwarding++; in ip6mr_sk_init()
1601 net->ipv6.devconf_all); in ip6mr_sk_init()
1623 net->ipv6.devconf_all->mc_forwarding--; in ip6mr_sk_done()
1627 net->ipv6.devconf_all); in ip6mr_sk_done()
Dexthdrs.c303 int accept_source_route = net->ipv6.devconf_all->accept_source_route; in ipv6_rthdr_rcv()
Dip6_output.c373 if (net->ipv6.devconf_all->forwarding == 0) in ip6_forward()
426 if (net->ipv6.devconf_all->proxy_ndp && in ip6_forward()
Dipv6_sockglue.c1221 val = sock_net(sk)->ipv6.devconf_all->hop_limit; in do_ipv6_getsockopt()
Dmcast.c1134 if (dev_net(idev->dev)->ipv6.devconf_all->force_mld_version != 0) in mld_force_mld_version()
1135 return dev_net(idev->dev)->ipv6.devconf_all->force_mld_version; in mld_force_mld_version()
Droute.c925 if (net->ipv6.devconf_all->forwarding == 0) in ip6_pol_route()
/linux-4.1.27/net/ipv4/
Ddevinet.c1849 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf()
1929 net->ipv4.devconf_all, in inet_netconf_dump_devconf()
1983 net->ipv4.devconf_all); in inet_forward_change()
2007 else if (cnf == net->ipv4.devconf_all) in devinet_conf_ifindex()
2313 net->ipv4.devconf_all = all; in devinet_init_net()
2344 __devinet_sysctl_unregister(net->ipv4.devconf_all); in devinet_exit_net()
2348 kfree(net->ipv4.devconf_all); in devinet_exit_net()
Dipmr.c1264 net->ipv4.devconf_all); in mrtsock_destruct()
1318 net->ipv4.devconf_all); in ip_mroute_setsockopt()
/linux-4.1.27/include/linux/
Dinetdevice.h51 IPV4_DEVCONF((*(net)->ipv4.devconf_all), attr)