Searched hist:f37a4cc6bb0ba08c2d9fd7d18a1da87161cbb7f9 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | ipv6.h | diff f37a4cc6bb0ba08c2d9fd7d18a1da87161cbb7f9 Wed Jan 26 18:36:28 CST 2022 Pavel Begunkov <asml.silence@gmail.com> udp6: pass flow in ip6_make_skb together with cork
Another preparation patch. inet_cork_full already contains a field for iflow, so we can avoid passing a separate struct iflow6 into __ip6_append_data() and ip6_make_skb(), and use the flow stored in inet_cork_full. Make sure callers set cork->fl, i.e. we init it in ip6_append_data() and before calling ip6_make_skb().
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>
|
/openbmc/linux/net/ipv6/ |
H A D | udp.c | diff f37a4cc6bb0ba08c2d9fd7d18a1da87161cbb7f9 Wed Jan 26 18:36:28 CST 2022 Pavel Begunkov <asml.silence@gmail.com> udp6: pass flow in ip6_make_skb together with cork
Another preparation patch. inet_cork_full already contains a field for iflow, so we can avoid passing a separate struct iflow6 into __ip6_append_data() and ip6_make_skb(), and use the flow stored in inet_cork_full. Make sure callers set cork->fl, i.e. we init it in ip6_append_data() and before calling ip6_make_skb().
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>
|
H A D | ip6_output.c | diff f37a4cc6bb0ba08c2d9fd7d18a1da87161cbb7f9 Wed Jan 26 18:36:28 CST 2022 Pavel Begunkov <asml.silence@gmail.com> udp6: pass flow in ip6_make_skb together with cork
Another preparation patch. inet_cork_full already contains a field for iflow, so we can avoid passing a separate struct iflow6 into __ip6_append_data() and ip6_make_skb(), and use the flow stored in inet_cork_full. Make sure callers set cork->fl, i.e. we init it in ip6_append_data() and before calling ip6_make_skb().
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>
|