Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxshared.h92 struct ebt_match { struct
93 struct ebt_match *next; argument
132 struct ebt_match *match_list;
Dnft-bridge.c29 struct ebt_match *m, *nm; in ebt_cs_clean()
103 struct ebt_match *iter; in nft_bridge_add()
413 struct ebt_match *ematch; in nft_bridge_parse_lookup()
477 static void parse_watcher(void *object, struct ebt_match **match_list, in parse_watcher()
480 struct ebt_match *m; in parse_watcher()
482 m = calloc(1, sizeof(struct ebt_match)); in parse_watcher()
552 struct ebt_match *m; in print_matches_and_watchers()
727 struct ebt_match *m; in xlate_ebmatches()
Dxtables-eb.c564 struct ebt_match *newnode, **matchp; in ebt_add_match()
582 newnode = calloc(1, sizeof(struct ebt_match)); in ebt_add_match()
597 struct ebt_match *newnode, **matchp; in ebt_add_watcher()
614 newnode = calloc(1, sizeof(struct ebt_match)); in ebt_add_watcher()
629 struct ebt_match *matchp; in ebt_command_default()
743 struct ebt_match *match; in do_commandeb()
Dxtables-eb-translate.c210 struct ebt_match *match; in do_commandeb_xlate()