Searched refs:IPV4_DEVCONF_ALL_RO (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | inetdevice.h | 59 #define IPV4_DEVCONF_ALL_RO(net, attr) READ_ONCE(IPV4_DEVCONF_ALL(net, attr)) macro 86 (IPV4_DEVCONF_ALL_RO(dev_net(in_dev->dev), attr) && \ 90 (IPV4_DEVCONF_ALL_RO(net, attr) || \ 97 (max(IPV4_DEVCONF_ALL_RO(dev_net(in_dev->dev), attr), \
|
| /linux/net/ipv4/ |
| H A D | igmp.c | 129 if (IPV4_DEVCONF_ALL_RO(dev_net(in_dev->dev), FORCE_IGMP_VERSION) == 1) in IGMP_V1_SEEN() 141 if (IPV4_DEVCONF_ALL_RO(dev_net(in_dev->dev), FORCE_IGMP_VERSION) == 2) in IGMP_V2_SEEN()
|
| H A D | route.c | 2396 if (IPV4_DEVCONF_ALL_RO(net, BC_FORWARDING)) in ip_route_input_slow() 3084 IPV4_DEVCONF_ALL_RO(net, MC_FORWARDING)) { in rt_fill_info()
|