Lines Matching refs:devconf
518 struct ipv6_devconf *devconf, u32 portid, in inet6_netconf_fill_devconf() argument
540 if (!devconf) in inet6_netconf_fill_devconf()
544 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) in inet6_netconf_fill_devconf()
549 atomic_read(&devconf->mc_forwarding)) < 0) in inet6_netconf_fill_devconf()
553 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf()
558 devconf->ignore_routes_with_linkdown) < 0) in inet6_netconf_fill_devconf()
571 int ifindex, struct ipv6_devconf *devconf) in inet6_netconf_notify_devconf() argument
580 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet6_netconf_notify_devconf()
649 struct ipv6_devconf *devconf; in inet6_netconf_get_devconf() local
664 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf()
667 devconf = net->ipv6.devconf_dflt; in inet6_netconf_get_devconf()
676 devconf = &in6_dev->cnf; in inet6_netconf_get_devconf()
685 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, in inet6_netconf_get_devconf()