Lines Matching refs:all

2122 	bool all = false;  in inet_netconf_msgsize_devconf()  local
2125 all = true; in inet_netconf_msgsize_devconf()
2127 if (all || type == NETCONFA_FORWARDING) in inet_netconf_msgsize_devconf()
2129 if (all || type == NETCONFA_RP_FILTER) in inet_netconf_msgsize_devconf()
2131 if (all || type == NETCONFA_MC_FORWARDING) in inet_netconf_msgsize_devconf()
2133 if (all || type == NETCONFA_BC_FORWARDING) in inet_netconf_msgsize_devconf()
2135 if (all || type == NETCONFA_PROXY_NEIGH) in inet_netconf_msgsize_devconf()
2137 if (all || type == NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN) in inet_netconf_msgsize_devconf()
2150 bool all = false; in inet_netconf_fill_devconf() local
2158 all = true; in inet_netconf_fill_devconf()
2169 if ((all || type == NETCONFA_FORWARDING) && in inet_netconf_fill_devconf()
2173 if ((all || type == NETCONFA_RP_FILTER) && in inet_netconf_fill_devconf()
2177 if ((all || type == NETCONFA_MC_FORWARDING) && in inet_netconf_fill_devconf()
2181 if ((all || type == NETCONFA_BC_FORWARDING) && in inet_netconf_fill_devconf()
2185 if ((all || type == NETCONFA_PROXY_NEIGH) && in inet_netconf_fill_devconf()
2189 if ((all || type == NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN) && in inet_netconf_fill_devconf()
2753 struct ipv4_devconf *all, *dflt; in devinet_init_net() local
2764 all = kmemdup(&ipv4_devconf, sizeof(ipv4_devconf), GFP_KERNEL); in devinet_init_net()
2765 if (!all) in devinet_init_net()
2777 tbl[0].data = &all->data[IPV4_DEVCONF_FORWARDING - 1]; in devinet_init_net()
2778 tbl[0].extra1 = all; in devinet_init_net()
2786 memcpy(all, current->nsproxy->net_ns->ipv4.devconf_all, in devinet_init_net()
2795 memcpy(all, init_net.ipv4.devconf_all, in devinet_init_net()
2807 err = __devinet_sysctl_register(net, "all", NETCONFA_IFINDEX_ALL, all); in devinet_init_net()
2829 net->ipv4.devconf_all = all; in devinet_init_net()
2837 __devinet_sysctl_unregister(net, all, NETCONFA_IFINDEX_ALL); in devinet_init_net()
2844 kfree(all); in devinet_init_net()