Searched refs:devconf_all (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/include/net/netns/ |
H A D | ipv6.h | 66 struct ipv6_devconf *devconf_all; member
|
H A D | ipv4.h | 55 struct ipv4_devconf *devconf_all; member
|
/openbmc/linux/net/ipv6/ |
H A D | addrconf.c | 670 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf() 784 net->ipv6.devconf_all, in inet6_netconf_dump_devconf() 897 if (p == &net->ipv6.devconf_all->forwarding) { in addrconf_fixup_forwarding() 912 net->ipv6.devconf_all); in addrconf_fixup_forwarding() 974 net->ipv6.devconf_all); in addrconf_fixup_linkdown() 6411 net->ipv6.devconf_all); in addrconf_sysctl_proxy_ndp() 7243 memcpy(all, init_net.ipv6.devconf_all, in addrconf_init_net() 7269 net->ipv6.devconf_all = all; in addrconf_init_net() 7292 net->ipv6.devconf_all = NULL; in addrconf_init_net() 7311 kfree(net->ipv6.devconf_all); in addrconf_exit_net() [all …]
|
H A D | output_core.c | 116 hoplimit = dev_net(dev)->ipv6.devconf_all->hop_limit; in ip6_dst_hoplimit()
|
H A D | ndisc.c | 909 (net->ipv6.devconf_all->proxy_ndp || idev->cnf.proxy_ndp) && in ndisc_recv_ns() 1105 net->ipv6.devconf_all->forwarding && net->ipv6.devconf_all->proxy_ndp && in ndisc_recv_na() 1887 net->ipv6.devconf_all->ndisc_notify) in ndisc_netdev_event() 1897 net->ipv6.devconf_all->ndisc_evict_nocarrier; in ndisc_netdev_event()
|
H A D | exthdrs.c | 381 accept_seg6 = net->ipv6.devconf_all->seg6_enabled; in ipv6_srh_rcv() 497 accept_rpl_seg = net->ipv6.devconf_all->rpl_seg_enabled; in ipv6_rpl_srh_rcv() 657 int accept_source_route = net->ipv6.devconf_all->accept_source_route; in ipv6_rthdr_rcv()
|
H A D | ip6_input.c | 531 if (atomic_read(&dev_net(skb->dev)->ipv6.devconf_all->mc_forwarding) && in ip6_mc_input()
|
H A D | ip6mr.c | 1578 atomic_inc(&net->ipv6.devconf_all->mc_forwarding); in ip6mr_sk_init() 1586 net->ipv6.devconf_all); in ip6mr_sk_init() 1603 devconf = net->ipv6.devconf_all; in ip6mr_sk_done() 1621 net->ipv6.devconf_all); in ip6mr_sk_done()
|
H A D | anycast.c | 70 int ishost = !net->ipv6.devconf_all->forwarding; in ipv6_sock_ac_join()
|
H A D | ip6_output.c | 511 if (net->ipv6.devconf_all->forwarding == 0) in ip6_forward() 523 if (!net->ipv6.devconf_all->disable_policy && in ip6_forward() 562 if (net->ipv6.devconf_all->proxy_ndp && in ip6_forward()
|
H A D | ipv6_sockglue.c | 1363 val = sock_net(sk)->ipv6.devconf_all->hop_limit; in do_ipv6_getsockopt()
|
H A D | mcast.c | 1210 if (dev_net(idev->dev)->ipv6.devconf_all->force_mld_version != 0) in mld_force_mld_version() 1211 return dev_net(idev->dev)->ipv6.devconf_all->force_mld_version; in mld_force_mld_version()
|
H A D | route.c | 2218 if (net->ipv6.devconf_all->forwarding == 0) in ip6_pol_route() 4584 (net->ipv6.devconf_all->disable_policy || in addrconf_f6i_alloc()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nf_reject_ipv6.c | 86 net->ipv6.devconf_all->hop_limit); in nf_reject_skb_v6_tcp_reset() 127 net->ipv6.devconf_all->hop_limit); in nf_reject_skb_v6_unreach()
|
/openbmc/linux/net/ipv4/ |
H A D | devinet.c | 2239 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf() 2334 net->ipv4.devconf_all, in inet_netconf_dump_devconf() 2389 net->ipv4.devconf_all); in inet_forward_change() 2415 else if (cnf == net->ipv4.devconf_all) in devinet_conf_ifindex() 2735 memcpy(all, current->nsproxy->net_ns->ipv4.devconf_all, in devinet_init_net() 2744 memcpy(all, init_net.ipv4.devconf_all, in devinet_init_net() 2773 net->ipv4.devconf_all = all; in devinet_init_net() 2802 __devinet_sysctl_unregister(net, net->ipv4.devconf_all, in devinet_exit_net() 2807 kfree(net->ipv4.devconf_all); in devinet_exit_net()
|
H A D | ipmr.c | 1343 net->ipv4.devconf_all); in mrtsock_destruct() 1407 net->ipv4.devconf_all); in ip_mroute_setsockopt()
|
/openbmc/linux/include/linux/ |
H A D | inetdevice.h | 57 IPV4_DEVCONF((*(net)->ipv4.devconf_all), attr)
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | action.c | 463 set_tun->ttl = net->ipv6.devconf_all->hop_limit; in nfp_fl_set_tun()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_synproxy_core.c | 803 iph->hop_limit = net->ipv6.devconf_all->hop_limit; in synproxy_build_ip_ipv6()
|