Skip to content
  • David S. Miller's avatar
    timewait_sock: Create and use getpeer op. · ccb7c410
    David S. Miller authored
    
    
    The only thing AF-specific about remembering the timestamp
    for a time-wait TCP socket is getting the peer.
    
    Abstract that behind a new timewait_sock_ops vector.
    
    Support for real IPV6 sockets is not filled in yet, but
    curiously this makes timewait recycling start to work
    for v4-mapped ipv6 sockets.
    
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    ccb7c410