Searched refs:IPV4_DEVCONF_ALL_RO (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/linux/ |
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-6.12.1/net/ipv4/ |
D | proc.c | 399 IPV4_DEVCONF_ALL_RO(net, FORWARDING) ? 1 : 2, in snmp_seq_show_ipstats()
|
D | igmp.c | 123 (IPV4_DEVCONF_ALL_RO(dev_net(in_dev->dev), FORCE_IGMP_VERSION) == 1 || \ 128 (IPV4_DEVCONF_ALL_RO(dev_net(in_dev->dev), FORCE_IGMP_VERSION) == 2 || \
|
D | route.c | 2296 if (IPV4_DEVCONF_ALL_RO(net, BC_FORWARDING)) in ip_route_input_slow() 2976 IPV4_DEVCONF_ALL_RO(net, MC_FORWARDING)) { in rt_fill_info()
|