Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/netns/
Dipv6.h58 struct ipv6_devconf *devconf_all; member
Dipv4.h51 struct ipv4_devconf *devconf_all; member
/Linux-v5.10/net/ipv6/
Daddrconf.c660 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf()
760 net->ipv6.devconf_all, in inet6_netconf_dump_devconf()
862 if (p == &net->ipv6.devconf_all->forwarding) { in addrconf_fixup_forwarding()
877 net->ipv6.devconf_all); in addrconf_fixup_forwarding()
931 if (p == &net->ipv6.devconf_all->ignore_routes_with_linkdown) { in addrconf_fixup_linkdown()
939 net->ipv6.devconf_all); in addrconf_fixup_linkdown()
1094 if (net->ipv6.devconf_all->disable_policy || in ipv6_add_addr()
1479 if (!net->ipv6.devconf_all->optimistic_dad && !idev->cnf.optimistic_dad) in ipv6_use_optimistic_addr()
1481 if (!net->ipv6.devconf_all->use_optimistic && !idev->cnf.use_optimistic) in ipv6_use_optimistic_addr()
1496 if (!net->ipv6.devconf_all->optimistic_dad && !idev->cnf.optimistic_dad) in ipv6_allow_optimistic_dad()
[all …]
Doutput_core.c140 hoplimit = dev_net(dev)->ipv6.devconf_all->hop_limit; in ip6_dst_hoplimit()
Dexthdrs.c366 accept_seg6 = net->ipv6.devconf_all->seg6_enabled; in ipv6_srh_rcv()
488 accept_rpl_seg = net->ipv6.devconf_all->rpl_seg_enabled; in ipv6_rpl_srh_rcv()
676 int accept_source_route = net->ipv6.devconf_all->accept_source_route; in ipv6_rthdr_rcv()
Dndisc.c893 (net->ipv6.devconf_all->proxy_ndp || idev->cnf.proxy_ndp) && in ndisc_recv_ns()
1042 net->ipv6.devconf_all->forwarding && net->ipv6.devconf_all->proxy_ndp && in ndisc_recv_na()
1799 net->ipv6.devconf_all->ndisc_notify) in ndisc_netdev_event()
Dip6_input.c522 if (dev_net(skb->dev)->ipv6.devconf_all->mc_forwarding && in ip6_mc_input()
Dip6mr.c1559 net->ipv6.devconf_all->mc_forwarding++; in ip6mr_sk_init()
1567 net->ipv6.devconf_all); in ip6mr_sk_init()
1592 net->ipv6.devconf_all->mc_forwarding--; in ip6mr_sk_done()
1597 net->ipv6.devconf_all); in ip6mr_sk_done()
Danycast.c70 int ishost = !net->ipv6.devconf_all->forwarding; in ipv6_sock_ac_join()
Dip6_output.c430 if (net->ipv6.devconf_all->forwarding == 0) in ip6_forward()
479 if (net->ipv6.devconf_all->proxy_ndp && in ip6_forward()
Dipv6_sockglue.c1350 val = sock_net(sk)->ipv6.devconf_all->hop_limit; in do_ipv6_getsockopt()
Dmcast.c1169 if (dev_net(idev->dev)->ipv6.devconf_all->force_mld_version != 0) in mld_force_mld_version()
1170 return dev_net(idev->dev)->ipv6.devconf_all->force_mld_version; in mld_force_mld_version()
Droute.c2224 if (net->ipv6.devconf_all->forwarding == 0) in ip6_pol_route()
/Linux-v5.10/net/bridge/netfilter/
Dnft_reject_bridge.c209 net->ipv6.devconf_all->hop_limit); in nft_reject_br_send_v6_tcp_reset()
274 net->ipv6.devconf_all->hop_limit); in nft_reject_br_send_v6_unreach()
/Linux-v5.10/net/ipv4/
Ddevinet.c2183 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf()
2279 net->ipv4.devconf_all, in inet_netconf_dump_devconf()
2334 net->ipv4.devconf_all); in inet_forward_change()
2360 else if (cnf == net->ipv4.devconf_all) in devinet_conf_ifindex()
2674 memcpy(all, current->nsproxy->net_ns->ipv4.devconf_all, in devinet_init_net()
2682 memcpy(all, init_net.ipv4.devconf_all, in devinet_init_net()
2707 net->ipv4.devconf_all = all; in devinet_init_net()
2736 __devinet_sysctl_unregister(net, net->ipv4.devconf_all, in devinet_exit_net()
2741 kfree(net->ipv4.devconf_all); in devinet_exit_net()
Dipmr.c1334 net->ipv4.devconf_all); in mrtsock_destruct()
1398 net->ipv4.devconf_all); in ip_mroute_setsockopt()
/Linux-v5.10/include/linux/
Dinetdevice.h55 IPV4_DEVCONF((*(net)->ipv4.devconf_all), attr)
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/flower/
Daction.c454 set_tun->ttl = net->ipv6.devconf_all->hop_limit; in nfp_fl_set_tun()
/Linux-v5.10/net/netfilter/
Dnf_synproxy_core.c821 iph->hop_limit = net->ipv6.devconf_all->hop_limit; in synproxy_build_ip_ipv6()