• I
    tcpv6: combine tcp_v6_send_(reset|ack) · 626e264d
    Ilpo Järvinen 提交于
    $ codiff tcp_ipv6.o.old tcp_ipv6.o.new
    net/ipv6/tcp_ipv6.c:
      tcp_v6_md5_hash_hdr | -144
      tcp_v6_send_ack     | -585
      tcp_v6_send_reset   | -540
     3 functions changed, 1269 bytes removed, diff: -1269
    
    net/ipv6/tcp_ipv6.c:
      tcp_v6_send_response | +791
     1 function changed, 791 bytes added, diff: +791
    
    tcp_ipv6.o.new:
     4 functions changed, 791 bytes added, 1269 bytes removed, diff: -478
    
    I choose to leave the reset related netns comment in place (not
    the one that is killed) as I cannot understand its English so
    it's a bit hard for me to evaluate its usefulness :-).
    Signed-off-by: NIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    626e264d
tcp_ipv6.c 52.5 KB