Searched refs:xt_find_target (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/net/netfilter/ |
D | x_tables.c | 235 struct xt_target *xt_find_target(u8 af, const char *name, u8 revision) in xt_find_target() function 258 return xt_find_target(NFPROTO_UNSPEC, name, revision); in xt_find_target() 262 EXPORT_SYMBOL(xt_find_target); 268 target = xt_find_target(af, name, revision); in xt_request_find_target() 271 target = xt_find_target(af, name, revision); in xt_request_find_target()
|
/linux-2.6.39/include/linux/netfilter/ |
D | x_tables.h | 441 extern struct xt_target *xt_find_target(u8 af, const char *name, u8 revision);
|
/linux-2.6.39/net/bridge/netfilter/ |
D | ebtables.c | 1918 wt = try_then_request_module(xt_find_target(NFPROTO_BRIDGE, in compat_mtw_from_user()
|