Searched refs:add_match (Results 1 – 7 of 7) sorted by relevance
49 sim.add_match(rule, self.arp_request)53 sim.add_match(rule, self.arp_request)170 self._sim.add_match({301 self._sim.add_match({
65 def add_match(self, rule, callback): member in Simulator
101 int add_match(struct nftnl_rule *r, struct xt_entry_match *m);
72 ret = add_match(r, matchp->match->m); in nft_ipv6_add()
209 if (add_match(r, iter->u.match->m)) in nft_bridge_add()
84 ret = add_match(r, matchp->match->m); in nft_ipv4_add()
889 int add_match(struct nftnl_rule *r, struct xt_entry_match *m) in add_match() function