Lines Matching defs:devconf
515 struct ipv6_devconf *devconf, u32 portid,
537 if (!devconf)
541 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0)
546 atomic_read(&devconf->mc_forwarding)) < 0)
550 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0)
555 devconf->ignore_routes_with_linkdown) < 0)
568 int ifindex, struct ipv6_devconf *devconf)
577 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0,
646 struct ipv6_devconf *devconf;
661 devconf = net->ipv6.devconf_all;
664 devconf = net->ipv6.devconf_dflt;
673 devconf = &in6_dev->cnf;
682 err = inet6_netconf_fill_devconf(skb, ifindex, devconf,