Searched defs:ebt_target (Results 1 – 1 of 1) sorted by relevance
54 struct ebt_target { struct55 struct list_head list;56 const char name[EBT_FUNCTION_MAXNAMELEN];58 unsigned int (*target)(struct sk_buff *skb,62 bool (*checkentry)(const char *table, const void *entry,65 void (*destroy)(const struct xt_target *target, void *targinfo);66 unsigned int targetsize;67 u_int8_t revision;68 u_int8_t family;69 struct module *me;