Searched refs:devconf (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv4/ |
| A D | devinet.c | 2053 if (!devconf) in inet_netconf_fill_devconf() 2058 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf() 2062 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf() 2066 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf() 2070 IPV4_DEVCONF(*devconf, BC_FORWARDING)) < 0) in inet_netconf_fill_devconf() 2074 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf() 2091 int ifindex, struct ipv4_devconf *devconf) in inet_netconf_notify_devconf() argument 2169 struct ipv4_devconf *devconf; in inet_netconf_get_devconf() local 2186 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf() 2189 devconf = net->ipv4.devconf_dflt; in inet_netconf_get_devconf() [all …]
|
| /linux/include/linux/ |
| A D | inetdevice.h | 173 int ifindex, struct ipv4_devconf *devconf);
|
| /linux/net/ipv6/ |
| A D | addrconf.c | 526 struct ipv6_devconf *devconf, u32 portid, in inet6_netconf_fill_devconf() argument 548 if (!devconf) in inet6_netconf_fill_devconf() 557 devconf->mc_forwarding) < 0) in inet6_netconf_fill_devconf() 566 devconf->ignore_routes_with_linkdown) < 0) in inet6_netconf_fill_devconf() 579 int ifindex, struct ipv6_devconf *devconf) in inet6_netconf_notify_devconf() argument 588 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet6_netconf_notify_devconf() 657 struct ipv6_devconf *devconf; in inet6_netconf_get_devconf() local 672 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf() 675 devconf = net->ipv6.devconf_dflt; in inet6_netconf_get_devconf() 684 devconf = &in6_dev->cnf; in inet6_netconf_get_devconf() [all …]
|
| /linux/include/net/ |
| A D | addrconf.h | 302 int ifindex, struct ipv6_devconf *devconf);
|
Completed in 23 milliseconds