Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Ddevinet.c2171 IPV4_DEVCONF_RO(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf()
2175 IPV4_DEVCONF_RO(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf()
2179 IPV4_DEVCONF_RO(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2183 IPV4_DEVCONF_RO(*devconf, BC_FORWARDING)) < 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()
/linux-6.15/include/linux/
H A Dinetdevice.h56 #define IPV4_DEVCONF_RO(cnf, attr) READ_ONCE(IPV4_DEVCONF(cnf, attr)) macro