Lines Matching refs:devconf
533 struct ipv6_devconf *devconf, u32 portid, in inet6_netconf_fill_devconf() argument
555 if (!devconf) in inet6_netconf_fill_devconf()
560 READ_ONCE(devconf->forwarding)) < 0) in inet6_netconf_fill_devconf()
565 atomic_read(&devconf->mc_forwarding)) < 0) in inet6_netconf_fill_devconf()
570 READ_ONCE(devconf->proxy_ndp)) < 0) in inet6_netconf_fill_devconf()
575 READ_ONCE(devconf->ignore_routes_with_linkdown)) < 0) in inet6_netconf_fill_devconf()
588 int ifindex, struct ipv6_devconf *devconf) in inet6_netconf_notify_devconf() argument
597 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet6_netconf_notify_devconf()
666 struct ipv6_devconf *devconf; in inet6_netconf_get_devconf() local
681 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf()
684 devconf = net->ipv6.devconf_dflt; in inet6_netconf_get_devconf()
693 devconf = &in6_dev->cnf; in inet6_netconf_get_devconf()
702 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, in inet6_netconf_get_devconf()