diff options
| author | Eric Dumazet <edumazet@google.com> | 2021-03-31 10:52:08 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2021-03-31 14:48:20 -0700 |
| commit | cd04bd022258f4aa6e8392c8133dbbf31da0f12f (patch) | |
| tree | d0d8222f35b2505980fd1097ac1cc1e8efc0ccbf /include/net/netns | |
| parent | b2908fac5b7b23c03fa1d3e1055ad95ba305c871 (diff) | |
| download | cachepc-linux-cd04bd022258f4aa6e8392c8133dbbf31da0f12f.tar.gz cachepc-linux-cd04bd022258f4aa6e8392c8133dbbf31da0f12f.zip | |
ipv4: convert udp_l3mdev_accept sysctl to u8
Reduce footprint of sysctls.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns')
| -rw-r--r-- | include/net/netns/ipv4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index b187ac597b8c..d309b1b89715 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h @@ -194,7 +194,7 @@ struct netns_ipv4 { u8 sysctl_fib_notify_on_flag_change; #ifdef CONFIG_NET_L3_MASTER_DEV - int sysctl_udp_l3mdev_accept; + u8 sysctl_udp_l3mdev_accept; #endif int sysctl_igmp_max_memberships; |
