Home
last modified time | relevance | path

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

/third_party/iptables/iptables/
Dnft-bridge.c550 struct xtables_target *watcherp; in print_matches_and_watchers() local
562 watcherp = m->u.watcher; in print_matches_and_watchers()
563 if (watcherp->print != NULL) { in print_matches_and_watchers()
564 watcherp->print(&cs->eb, watcherp->t, in print_matches_and_watchers()
744 struct xtables_target *watcherp = m->u.watcher; in xlate_ebmatches() local
749 .target = watcherp->t, in xlate_ebmatches()
752 if (!watcherp->xlate) in xlate_ebmatches()
755 ret = watcherp->xlate(xl, &wt_params); in xlate_ebmatches()