Searched defs:xt_match (Results 1 – 3 of 3) sorted by relevance
84946 struct xt_match { struct84947 struct list_head list;84971 struct xt_match *match; argument
110048 struct xt_match { struct110049 struct list_head list;110050 const char name[29];110051 u_int8_t revision;110052 bool (*match)(const struct sk_buff *, struct xt_action_param *);110076 struct xt_match *match; argument