Searched hist:f3b46a3e8c403095d61fc7d7047cf3e3b6f44684 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | ip6_output.c | diff f3b46a3e8c403095d61fc7d7047cf3e3b6f44684 Wed Jan 26 18:36:27 CST 2022 Pavel Begunkov <asml.silence@gmail.com> ipv6: pass full cork into __ip6_append_data()
Convert a struct inet_cork argument in __ip6_append_data() to struct inet_cork_full. As one struct contains another inet_cork is still can be accessed via ->base field. It's a preparation patch making further changes a bit cleaner.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Reviewed-by: Willem de Bruijn <willemb@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|