Searched refs:devconf (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ipv4/ |
| H A D | devinet.c | 2143 const struct ipv4_devconf *devconf, in inet_netconf_fill_devconf() argument 2165 if (!devconf) in inet_netconf_fill_devconf() 2170 IPV4_DEVCONF_RO(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf() 2174 IPV4_DEVCONF_RO(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf() 2178 IPV4_DEVCONF_RO(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf() 2182 IPV4_DEVCONF_RO(*devconf, BC_FORWARDING)) < 0) in inet_netconf_fill_devconf() 2186 IPV4_DEVCONF_RO(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf() 2190 IPV4_DEVCONF_RO(*devconf, in inet_netconf_fill_devconf() 2204 int ifindex, struct ipv4_devconf *devconf) in inet_netconf_notify_devconf() argument 2213 err = inet_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet_netconf_notify_devconf() [all …]
|
| /linux/include/linux/ |
| H A D | inetdevice.h | 178 int ifindex, struct ipv4_devconf *devconf);
|
| /linux/net/ipv6/ |
| H A D | addrconf.c | 532 struct ipv6_devconf *devconf, u32 portid, in inet6_netconf_fill_devconf() argument 554 if (!devconf) in inet6_netconf_fill_devconf() 559 READ_ONCE(devconf->forwarding)) < 0) in inet6_netconf_fill_devconf() 564 atomic_read(&devconf->mc_forwarding)) < 0) in inet6_netconf_fill_devconf() 569 READ_ONCE(devconf->proxy_ndp)) < 0) in inet6_netconf_fill_devconf() 574 READ_ONCE(devconf->ignore_routes_with_linkdown)) < 0) in inet6_netconf_fill_devconf() 587 int ifindex, struct ipv6_devconf *devconf) in inet6_netconf_notify_devconf() argument 596 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet6_netconf_notify_devconf() 665 struct ipv6_devconf *devconf; in inet6_netconf_get_devconf() local 680 devconf in inet6_netconf_get_devconf() [all...] |
| H A D | ip6mr.c | 1613 struct ipv6_devconf *devconf; in ip6mr_sk_done() local 1621 devconf = net->ipv6.devconf_all; in ip6mr_sk_done() 1622 if (!devconf || !atomic_read(&devconf->mc_forwarding)) in ip6mr_sk_done() 1634 atomic_dec(&devconf->mc_forwarding); in ip6mr_sk_done()
|
| /linux/include/net/ |
| H A D | addrconf.h | 337 int ifindex, struct ipv6_devconf *devconf);
|