commit | 09f30d2365e92335c7b28cbae99c18d645cb114c | [log] [tgz] |
---|---|---|
author | JP Abgrall <jpa@google.com> | Tue Dec 13 01:12:28 2011 +0800 |
committer | Andy Green <andy.green@linaro.org> | Mon Jan 09 11:10:26 2012 +0800 |
tree | ce75b8ccd4faa0ca6c2f69f70ce220ec14dd3034 | |
parent | dfa2a390b142091027fa6ee2473df1b73e0b0cba [diff] |
nf: xt_socket: export the fancy sock finder code The socket matching function has some nifty logic to get the struct sock from the skb or from the connection tracker. We export this so other xt_* can use it, similarly to ho how xt_socket uses nf_tproxy_get_sock. Change-Id: I11c58f59087e7f7ae09e4abd4b937cd3370fa2fd Signed-off-by: JP Abgrall <jpa@google.com>