Searched refs:pfr_addr (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_table.c | 109 struct pfr_addr *pfrw1_addr; 148 struct pfr_addr *, int); 256 struct pfr_addr *ad; in pfr_add_addrs() 328 struct pfr_addr *ad; in pfr_del_addrs() 408 struct pfr_addr ad; in pfr_set_addrs() 520 struct pfr_addr *ad; in pfr_tst_addrs() 651 struct pfr_addr *ad; in pfr_clr_astats() 689 pfr_validate_addr(struct pfr_addr *ad) in pfr_validate_addr() 928 struct pfr_addr *ad; in pfr_reset_feedback() 1470 struct pfr_addr *ad; in pfr_ina_define() [all …]
|
| H A D | pf_ioctl.c | 3480 struct pfr_addr *pfras; in pfioctl() 3483 if (io->pfrio_esize != sizeof(struct pfr_addr)) { in pfioctl() 3518 struct pfr_addr *pfras; in pfioctl() 3521 if (io->pfrio_esize != sizeof(struct pfr_addr)) { in pfioctl() 3556 struct pfr_addr *pfras; in pfioctl() 3559 if (io->pfrio_esize != sizeof(struct pfr_addr)) { in pfioctl() 3573 totlen = count * sizeof(struct pfr_addr); in pfioctl() 3599 struct pfr_addr *pfras; in pfioctl() 3663 struct pfr_addr *pfras; in pfioctl() 3701 struct pfr_addr *pfras; in pfioctl() [all …]
|
| H A D | pf_if.c | 65 VNET_DEFINE_STATIC(struct pfr_addr *, pfi_buffer); 692 struct pfr_addr *p; in pfi_address_add()
|
| H A D | pf.c | 587 struct pfr_addr p; in pf_overload_task()
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 763 struct pfr_addr { struct 783 struct pfr_addr pfras_a; argument 1564 int pfr_insert_kentry(struct pfr_ktable *, struct pfr_addr *, long); 1565 int pfr_add_addrs(struct pfr_table *, struct pfr_addr *, int, int *, 1567 int pfr_del_addrs(struct pfr_table *, struct pfr_addr *, int, int *, 1569 int pfr_set_addrs(struct pfr_table *, struct pfr_addr *, int, int *, 1571 int pfr_get_addrs(struct pfr_table *, struct pfr_addr *, int *, int); 1573 int pfr_clr_astats(struct pfr_table *, struct pfr_addr *, int, int *, 1575 int pfr_tst_addrs(struct pfr_table *, struct pfr_addr *, int, int *, 1580 int pfr_ina_define(struct pfr_table *, struct pfr_addr *, int, int *,
|
| /f-stack/tools/compat/include/net/ |
| H A D | pfvar.h | 614 struct pfr_addr { struct 634 struct pfr_addr pfras_a; argument
|