commit | 4ce5ba6aecb218981fc76585b6d9a7d0019e61b5 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Tue Nov 13 02:58:09 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 13 02:58:09 2007 -0800 |
tree | bcbe1ab04a0f88d3069f2c43a492b51671c30e22 | |
parent | e0bf9cf15fc30d300b7fbd821c6bc975531fab44 [diff] |
[NETFILTER]: Consolidate nf_sockopt and compat_nf_sockopt Both lookup the nf_sockopt_ops object to call the get/set callbacks from, but they perform it in a completely similar way. Introduce the helper for finding the ops. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>