Searched refs:devconf (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | devinet.c | 2144 const struct ipv4_devconf *devconf, in inet_netconf_fill_devconf() argument 2166 if (!devconf) in inet_netconf_fill_devconf() 2171 IPV4_DEVCONF_RO(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf() 2175 IPV4_DEVCONF_RO(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf() 2187 IPV4_DEVCONF_RO(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf() 2191 IPV4_DEVCONF_RO(*devconf, in inet_netconf_fill_devconf() 2205 int ifindex, struct ipv4_devconf *devconf) in inet_netconf_notify_devconf() argument 2281 const struct ipv4_devconf *devconf; in inet_netconf_get_devconf() local 2298 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf() 2301 devconf = net->ipv4.devconf_dflt; in inet_netconf_get_devconf() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | inetdevice.h | 178 int ifindex, struct ipv4_devconf *devconf);
|
| /linux-6.15/net/ipv6/ |
| 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()
|
| H A D | addrconf.c | 531 struct ipv6_devconf *devconf, u32 portid, in inet6_netconf_fill_devconf() argument 553 if (!devconf) in inet6_netconf_fill_devconf() 558 READ_ONCE(devconf->forwarding)) < 0) in inet6_netconf_fill_devconf() 563 atomic_read(&devconf->mc_forwarding)) < 0) in inet6_netconf_fill_devconf() 568 READ_ONCE(devconf->proxy_ndp)) < 0) in inet6_netconf_fill_devconf() 573 READ_ONCE(devconf->ignore_routes_with_linkdown)) < 0) in inet6_netconf_fill_devconf() 586 int ifindex, struct ipv6_devconf *devconf) in inet6_netconf_notify_devconf() argument 664 struct ipv6_devconf *devconf; in inet6_netconf_get_devconf() local 679 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf() 682 devconf = net->ipv6.devconf_dflt; in inet6_netconf_get_devconf() [all …]
|
| /linux-6.15/include/net/ |
| H A D | addrconf.h | 336 int ifindex, struct ipv6_devconf *devconf);
|
| /linux-6.15/Documentation/netlink/specs/ |
| H A D | rt_link.yaml | 301 name: ipv4-devconf 404 name: ipv6-devconf 2151 struct: ipv4-devconf 2161 struct: ipv6-devconf
|