commit | 1e2e01172fd11b4dbfee746c0c8fbcaa9dbf22a0 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Mar 12 16:44:06 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 12 22:58:13 2015 -0400 |
tree | 8384ce93ce79c7fa49bb29349102dd2b4d1137fd | |
parent | d34ac51b76e8c7de6094cfb11780ef9c2b93469f [diff] |
inet: add rsk_refcnt/ireq_refcnt to request socks When request socks will be in ehash, they'll need to be refcounted. This patch adds rsk_refcnt/ireq_refcnt macros, and adds reqsk_put() function, but nothing yet use them. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>