summaryrefslogtreecommitdiff
path: root/net/ipv6/esp6.c
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2017-09-21 23:48:54 +0300
committerSteffen Klassert <steffen.klassert@secunet.com>2017-09-25 08:14:06 +0300
commita1b831f23a2b3306ecf275872a54abcf97b0b977 (patch)
tree305ced25afcee84bcb7fd55d7e3fa9d6a8acc849 /net/ipv6/esp6.c
parent5e708e47c44366453c33373940455a75fd33f635 (diff)
downloadlinux-a1b831f23a2b3306ecf275872a54abcf97b0b977.tar.xz
xfrm: eradicate size_t
All netlink message sizes are a) unsigned, b) can't be >= 4GB in size because netlink doesn't support >= 64KB messages in the first place. All those size_t across the code are a scam especially across networking which likes to work with small numbers like 1500 or 65536. Propagate unsignedness and flip some "int" to "unsigned int" as well. This is preparation to switching nlmsg_new() to "unsigned int". Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/ipv6/esp6.c')
0 files changed, 0 insertions, 0 deletions