Home | History | Annotate | Download | only in netfilter

Lines Matching refs:xt_target

47 			struct xt_target *target;
200 struct xt_target
213 const struct xt_target *target,
223 const struct xt_target *target,
229 void (*destroy)(const struct xt_target *target, void *targinfo,
291 extern int xt_register_target(struct xt_target *target);
292 extern void xt_unregister_target(struct xt_target *target);
299 extern int xt_check_target(const struct xt_target *target, unsigned short family,
314 extern struct xt_target *xt_find_target(int af, const char *name, u8 revision);
315 extern struct xt_target *xt_request_find_target(int af, const char *name,