Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netns/
Dipv6.h43 struct ipv6_devconf *devconf_all; member
Dipv4.h38 struct ipv4_devconf *devconf_all; member
/linux-4.4.14/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.4.14/net/ipv6/
Doutput_core.c133 hoplimit = dev_net(dev)->ipv6.devconf_all->hop_limit; in ip6_dst_hoplimit()
Daddrconf.c593 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf()
673 net->ipv6.devconf_all, in inet6_netconf_dump_devconf()
773 if (p == &net->ipv6.devconf_all->forwarding) { in addrconf_fixup_forwarding()
779 net->ipv6.devconf_all); in addrconf_fixup_forwarding()
831 if (p == &net->ipv6.devconf_all->ignore_routes_with_linkdown) { in addrconf_fixup_linkdown()
838 net->ipv6.devconf_all); in addrconf_fixup_linkdown()
2463 !net->ipv6.devconf_all->forwarding && sllao) in addrconf_prefix_rcv()
2946 !dev_net(idev->dev)->ipv6.devconf_all->forwarding) in addrconf_add_linklocal()
5275 if (p == &net->ipv6.devconf_all->disable_ipv6) { in addrconf_disable_ipv6()
5333 else if (valp == &net->ipv6.devconf_all->proxy_ndp) in addrconf_sysctl_proxy_ndp()
[all …]
Dip6_input.c301 if (dev_net(skb->dev)->ipv6.devconf_all->mc_forwarding && in ip6_mc_input()
Danycast.c60 int ishost = !net->ipv6.devconf_all->forwarding; in ipv6_sock_ac_join()
Dndisc.c816 (net->ipv6.devconf_all->proxy_ndp || idev->cnf.proxy_ndp) && in ndisc_recv_ns()
955 net->ipv6.devconf_all->forwarding && net->ipv6.devconf_all->proxy_ndp && in ndisc_recv_na()
Dip6mr.c1593 net->ipv6.devconf_all->mc_forwarding++; in ip6mr_sk_init()
1596 net->ipv6.devconf_all); in ip6mr_sk_init()
1618 net->ipv6.devconf_all->mc_forwarding--; in ip6mr_sk_done()
1622 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.c386 if (net->ipv6.devconf_all->forwarding == 0) in ip6_forward()
439 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.c1048 if (net->ipv6.devconf_all->forwarding == 0) in ip6_pol_route()
/linux-4.4.14/net/ipv4/
Ddevinet.c1861 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf()
1941 net->ipv4.devconf_all, in inet_netconf_dump_devconf()
1995 net->ipv4.devconf_all); in inet_forward_change()
2019 else if (cnf == net->ipv4.devconf_all) in devinet_conf_ifindex()
2333 net->ipv4.devconf_all = all; in devinet_init_net()
2364 __devinet_sysctl_unregister(net->ipv4.devconf_all); in devinet_exit_net()
2368 kfree(net->ipv4.devconf_all); in devinet_exit_net()
Dipmr.c1255 net->ipv4.devconf_all); in mrtsock_destruct()
1309 net->ipv4.devconf_all); in ip_mroute_setsockopt()
/linux-4.4.14/include/linux/
Dinetdevice.h51 IPV4_DEVCONF((*(net)->ipv4.devconf_all), attr)