Searched defs:xt_target (Results 1 – 3 of 3) sorted by relevance
84982 struct xt_target { struct84983 struct list_head list;85007 struct xt_target *target; argument
110087 struct xt_target { struct110088 struct list_head list;110089 const char name[29];110090 u_int8_t revision;110091 unsigned int (*target)(struct sk_buff *, const struct xt_action_param *);110115 struct xt_target *target; argument