Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Ddevinet.c2143 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/net/ipv6/
H A Dip6mr.c1613 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()