Home
last modified time | relevance | path

Searched refs:ebt_match (Results 1 – 3 of 3) sorted by relevance

/external/iptables/iptables/
Dnft-bridge.h97 struct ebt_match { struct
98 struct ebt_match *next; argument
110 struct ebt_match *match_list; argument
Dnft-bridge.c27 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()
Dxtables-eb.c668 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()