Lines Matching refs:devconf
526 struct ipv6_devconf *devconf, u32 portid, in inet6_netconf_fill_devconf() argument
548 if (!devconf) in inet6_netconf_fill_devconf()
552 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) in inet6_netconf_fill_devconf()
557 devconf->mc_forwarding) < 0) in inet6_netconf_fill_devconf()
561 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf()
566 devconf->ignore_routes_with_linkdown) < 0) in inet6_netconf_fill_devconf()
579 int ifindex, struct ipv6_devconf *devconf) in inet6_netconf_notify_devconf() argument
588 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet6_netconf_notify_devconf()
657 struct ipv6_devconf *devconf; in inet6_netconf_get_devconf() local
672 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf()
675 devconf = net->ipv6.devconf_dflt; in inet6_netconf_get_devconf()
684 devconf = &in6_dev->cnf; in inet6_netconf_get_devconf()
693 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, in inet6_netconf_get_devconf()