Home
last modified time | relevance | path

Searched refs:devconf (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv6/
H A Daddrconf.c533 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()
[all …]
/linux/include/net/
H A Daddrconf.h337 int ifindex, struct ipv6_devconf *devconf);