commit | 1d0ab253872cdd3d8e7913f59c266c7fd01771d0 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sun Mar 15 21:12:12 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 16 15:55:28 2015 -0400 |
tree | cc2d3e7f9017862044066bb8fa458944c05c4ff3 | |
parent | f00bbd219caa7b3cc3a51b5ce551d1bd56f19662 [diff] |
net: add sk_fullsock() helper We have many places where we want to check if a socket is not a timewait or request socket. Use a helper to avoid hard coding this. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>