Searched hist:ff6fb083a07f1b71fc6a9438f27113d73cf23381 (Results 1 – 2 of 2) sorted by relevance
/linux/include/net/ |
H A D | tcp.h | diff ff6fb083a07f1b71fc6a9438f27113d73cf23381 Wed Sep 22 19:26:42 CEST 2021 Paolo Abeni <pabeni@redhat.com> tcp: make tcp_build_frag() static
After the previous patch the mentioned helper is used only inside its compilation unit: let's make it static.
RFC -> v1: - preserve the tcp_build_frag() helper (Eric)
Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv4/ |
H A D | tcp.c | diff ff6fb083a07f1b71fc6a9438f27113d73cf23381 Wed Sep 22 19:26:42 CEST 2021 Paolo Abeni <pabeni@redhat.com> tcp: make tcp_build_frag() static
After the previous patch the mentioned helper is used only inside its compilation unit: let's make it static.
RFC -> v1: - preserve the tcp_build_frag() helper (Eric)
Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|