Searched refs:ebt_match (Results 1 – 3 of 3) sorted by relevance
97 struct ebt_match { struct98 struct ebt_match *next; argument110 struct ebt_match *match_list; argument
27 struct ebt_match *m, *nm; in ebt_cs_clean()157 struct ebt_match *iter; in nft_bridge_add()319 static void parse_watcher(void *object, struct ebt_match **match_list, in parse_watcher()322 struct ebt_match *m; in parse_watcher()324 m = calloc(1, sizeof(struct ebt_match)); in parse_watcher()442 struct ebt_match *m; in nft_bridge_print_firewall()
668 struct ebt_match *newnode; in ebt_add_match()686 newnode = calloc(1, sizeof(struct ebt_match)); in ebt_add_match()702 struct ebt_match *i, *newnode; in ebt_add_watcher()713 newnode = calloc(1, sizeof(struct ebt_match)); in ebt_add_watcher()745 struct ebt_match *match; in do_commandeb()