Searched refs:pf_match_addr (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_if.c | 536 return (pf_match_addr(0, &dyn->pfid_addr4, in pfi_match_addr() 549 return (pf_match_addr(0, &dyn->pfid_addr6, in pfi_match_addr()
|
| H A D | pf_lb.c | 604 if (raf == caf && pf_match_addr(0, raddr, rmask, caddr, caf)) { in pf_check_src_node_valid() 866 pf_match_addr(0, raddr, rmask, &rpool->counter, wanted_af)) in pf_map_addr()
|
| H A D | pf_nl.c | 301 if (pf_match_addr(1, &s->key[PF_SK_WIRE]->addr[0], in handle_dumpstates() 303 pf_match_addr(1, &s->key[PF_SK_WIRE]->addr[1], in handle_dumpstates() 305 pf_match_addr(1, &s->key[PF_SK_STACK]->addr[0], in handle_dumpstates() 307 pf_match_addr(1, &s->key[PF_SK_STACK]->addr[1], in handle_dumpstates()
|
| H A D | pf_table.c | 2376 if (!pf_match_addr(0, &cur, &mask, counter, af)) { in pfr_pool_get() 2430 if (!pf_match_addr(0, &cur, &mask, addr, af)) { in pfr_pool_get()
|
| H A D | pf_ioctl.c | 3321 if (! pf_match_addr(psk->psk_src.neg, in pf_killstates_row() 3326 if (! pf_match_addr(psk->psk_dst.neg, in pf_killstates_row() 3331 if (! pf_match_addr(psk->psk_rt_addr.neg, in pf_killstates_row() 7098 (pf_match_addr(psnk->psnk_src.neg, in pf_kill_srcnodes() 7102 pf_match_addr(psnk->psnk_dst.neg, in pf_kill_srcnodes()
|
| H A D | pf.c | 4910 pf_match_addr(u_int8_t n, const struct pf_addr *a, const struct pf_addr *m, in pf_match_addr() function
|
| /freebsd/sys/net/ |
| H A D | pfvar.h | 622 !pf_match_addr(0, &(aw)->v.a.addr, \ 2889 int pf_match_addr(u_int8_t, const struct pf_addr *,
|