Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv6/
A Daddrconf.c669 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf()
768 net->ipv6.devconf_all, in inet6_netconf_dump_devconf()
881 if (p == &net->ipv6.devconf_all->forwarding) { in addrconf_fixup_forwarding()
896 net->ipv6.devconf_all); in addrconf_fixup_forwarding()
958 net->ipv6.devconf_all); in addrconf_fixup_linkdown()
6353 net->ipv6.devconf_all); in addrconf_sysctl_proxy_ndp()
7177 memcpy(all, init_net.ipv6.devconf_all, in addrconf_init_net()
7203 net->ipv6.devconf_all = all; in addrconf_init_net()
7226 net->ipv6.devconf_all = NULL; in addrconf_init_net()
7245 kfree(net->ipv6.devconf_all); in addrconf_exit_net()
[all …]
A Doutput_core.c116 hoplimit = dev_net(dev)->ipv6.devconf_all->hop_limit; in ip6_dst_hoplimit()
A Dndisc.c906 (net->ipv6.devconf_all->proxy_ndp || idev->cnf.proxy_ndp) && in ndisc_recv_ns()
1102 net->ipv6.devconf_all->forwarding && net->ipv6.devconf_all->proxy_ndp && in ndisc_recv_na()
1879 net->ipv6.devconf_all->ndisc_notify) in ndisc_netdev_event()
1889 net->ipv6.devconf_all->ndisc_evict_nocarrier; in ndisc_netdev_event()
A Dexthdrs.c382 accept_seg6 = net->ipv6.devconf_all->seg6_enabled; in ipv6_srh_rcv()
504 accept_rpl_seg = net->ipv6.devconf_all->rpl_seg_enabled; in ipv6_rpl_srh_rcv()
690 int accept_source_route = net->ipv6.devconf_all->accept_source_route; in ipv6_rthdr_rcv()
A Dip6_input.c532 if (atomic_read(&dev_net(skb->dev)->ipv6.devconf_all->mc_forwarding) && in ip6_mc_input()
A Dip6mr.c1578 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()
A Danycast.c70 int ishost = !net->ipv6.devconf_all->forwarding; in ipv6_sock_ac_join()
A Dip6_output.c495 if (net->ipv6.devconf_all->forwarding == 0) in ip6_forward()
507 if (!net->ipv6.devconf_all->disable_policy && in ip6_forward()
546 if (net->ipv6.devconf_all->proxy_ndp && in ip6_forward()
A Dipv6_sockglue.c1362 val = sock_net(sk)->ipv6.devconf_all->hop_limit; in do_ipv6_getsockopt()
A Dmcast.c1210 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()
A Droute.c2213 if (net->ipv6.devconf_all->forwarding == 0) in ip6_pol_route()
4569 (net->ipv6.devconf_all->disable_policy || in addrconf_f6i_alloc()
/linux-6.3-rc2/include/net/netns/
A Dipv6.h65 struct ipv6_devconf *devconf_all; member
A Dipv4.h55 struct ipv4_devconf *devconf_all; member
/linux-6.3-rc2/net/ipv6/netfilter/
A Dnf_reject_ipv6.c86 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()
/linux-6.3-rc2/net/ipv4/
A Ddevinet.c2192 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf()
2288 net->ipv4.devconf_all, in inet_netconf_dump_devconf()
2343 net->ipv4.devconf_all); in inet_forward_change()
2369 else if (cnf == net->ipv4.devconf_all) in devinet_conf_ifindex()
2689 memcpy(all, current->nsproxy->net_ns->ipv4.devconf_all, in devinet_init_net()
2698 memcpy(all, init_net.ipv4.devconf_all, in devinet_init_net()
2726 net->ipv4.devconf_all = all; in devinet_init_net()
2755 __devinet_sysctl_unregister(net, net->ipv4.devconf_all, in devinet_exit_net()
2760 kfree(net->ipv4.devconf_all); in devinet_exit_net()
A Dipmr.c1344 net->ipv4.devconf_all); in mrtsock_destruct()
1408 net->ipv4.devconf_all); in ip_mroute_setsockopt()
/linux-6.3-rc2/include/linux/
A Dinetdevice.h57 IPV4_DEVCONF((*(net)->ipv4.devconf_all), attr)
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/flower/
A Daction.c463 set_tun->ttl = net->ipv6.devconf_all->hop_limit; in nfp_fl_set_tun()
/linux-6.3-rc2/net/netfilter/
A Dnf_synproxy_core.c803 iph->hop_limit = net->ipv6.devconf_all->hop_limit; in synproxy_build_ip_ipv6()

Completed in 65 milliseconds