diff options
author | 2021-08-02 11:52:22 +0300 | |
---|---|---|
committer | 2021-08-03 11:21:39 +0100 | |
commit | e415ed3a4b8b246ee5e9d109ff5153efcf96b9f2 (patch) | |
tree | a552eca6a611e440e2b69ba78a3c13201681d28e /net/ipv4/ip_output.c | |
parent | skbuff: introduce skb_expand_head() (diff) | |
download | wireguard-linux-e415ed3a4b8b246ee5e9d109ff5153efcf96b9f2.tar.xz wireguard-linux-e415ed3a4b8b246ee5e9d109ff5153efcf96b9f2.zip |
ipv6: use skb_expand_head in ip6_finish_output2
Unlike skb_realloc_headroom, new helper skb_expand_head does not allocate
a new skb if possible.
Additionally this patch replaces commonly used dereferencing with variables.
Signed-off-by: Vasily Averin <vvs@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ip_output.c')
0 files changed, 0 insertions, 0 deletions