Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Ddevinet.c2030 struct ipv4_devconf *devconf, u32 portid, in inet_netconf_fill_devconf() argument
2052 if (!devconf) in inet_netconf_fill_devconf()
2057 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf()
2061 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf()
2065 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2069 IPV4_DEVCONF(*devconf, BC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2073 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf()
2077 IPV4_DEVCONF(*devconf, IGNORE_ROUTES_WITH_LINKDOWN)) < 0) in inet_netconf_fill_devconf()
2090 int ifindex, struct ipv4_devconf *devconf) in inet_netconf_notify_devconf() argument
2099 err = inet_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet_netconf_notify_devconf()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dinetdevice.h171 int ifindex, struct ipv4_devconf *devconf);
/kernel/linux/linux-5.10/net/ipv6/
Daddrconf.c514 struct ipv6_devconf *devconf, u32 portid, in inet6_netconf_fill_devconf() argument
536 if (!devconf) in inet6_netconf_fill_devconf()
540 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) in inet6_netconf_fill_devconf()
545 atomic_read(&devconf->mc_forwarding)) < 0) in inet6_netconf_fill_devconf()
549 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0) in inet6_netconf_fill_devconf()
554 devconf->ignore_routes_with_linkdown) < 0) in inet6_netconf_fill_devconf()
567 int ifindex, struct ipv6_devconf *devconf) in inet6_netconf_notify_devconf() argument
576 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet6_netconf_notify_devconf()
645 struct ipv6_devconf *devconf; in inet6_netconf_get_devconf() local
660 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf()
[all …]
/kernel/linux/linux-5.10/include/net/
Daddrconf.h304 int ifindex, struct ipv6_devconf *devconf);