Lines Matching refs:devconf
524 struct ipv6_devconf *devconf, u32 portid,
546 if (!devconf)
550 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0)
555 atomic_read(&devconf->mc_forwarding)) < 0)
559 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0)
564 devconf->ignore_routes_with_linkdown) < 0)
577 int ifindex, struct ipv6_devconf *devconf)
586 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0,
655 struct ipv6_devconf *devconf;
670 devconf = net->ipv6.devconf_all;
673 devconf = net->ipv6.devconf_dflt;
682 devconf = &in6_dev->cnf;
691 err = inet6_netconf_fill_devconf(skb, ifindex, devconf,