Searched refs:pfi_kif (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_if.c90 struct pfi_kif *pfi_all = NULL;
101 static void pfi_kif_update(struct pfi_kif *);
103 static void pfi_table_update(struct pfr_ktable *, struct pfi_kif *, int, int);
106 static int pfi_if_compare(struct pfi_kif *, struct pfi_kif *);
107 static int pfi_skip_if(const char *, struct pfi_kif *);
110 RB_PROTOTYPE_SC(static, pfi_ifhead, pfi_kif, pfik_tree, pfi_if_compare);
111 RB_GENERATE(pfi_ifhead, pfi_kif, pfik_tree, pfi_if_compare);
143 struct pfi_kif *
146 struct pfi_kif *ki
[all...]
H A Dpfvar.h304 struct pfi_kif *pfid_kif;
512 struct pfi_kif *kif __attribute__((aligned(8)));
703 struct pfi_kif *kif __attribute__((aligned(8)));
880 struct pfi_kif *kif;
947 struct pfi_kif *);
1042 struct pfi_kif *kif;
1043 struct pfi_kif *rt_kif;
1346 RB_HEAD(pfi_ifhead, pfi_kif);
1352 /* keep synced with pfi_kif, used in RB_FIND */
1357 struct pfi_kif { struct
[all...]
H A Dpf.c233 int, int, struct pfi_kif *, struct pf_addr *,
237 struct mbuf *, int, int, struct pfi_kif *,
247 int, struct pfi_kif *, struct mbuf *, int,
252 struct pfi_kif *, struct mbuf **,
256 struct pfi_kif *, struct mbuf *, void *,
260 struct pfi_kif *, struct mbuf *, int,
263 struct pfi_kif *, struct mbuf *, int,
266 struct pfi_kif *, struct mbuf *, int,
269 struct pfi_kif *, struct pf_pdesc *);
277 static int pf_get_sport(struct pf_pdesc *, struct pfi_kif *,
[all...]
H A Dif_pflog.c286 pflog_packet(struct pfi_kif *kif, struct mbuf *m, sa_family_t af, u_int8_t dir,
H A Dif_var.h442 struct pfi_kif;
604 struct pfi_kif *if_pf_kif;
H A Dpf_norm.c171 static int pf_normalize_tcpopt(struct pf_rule *, int, struct pfi_kif *,
1526 pf_normalize_ip(struct mbuf **m0, int dir, struct pfi_kif *kif, u_short *reason,
1791 pf_normalize_ip6(struct mbuf **m0, int dir, struct pfi_kif *kif,
2085 pf_normalize_tcp(int dir, struct pfi_kif *kif, struct mbuf *m, int ipoff,
2728 pf_normalize_tcpopt(struct pf_rule *r, int dir, struct pfi_kif *kif,
H A Dpf_ioctl.c3648 struct pfi_kif *kif;
4679 /* esize must be that of the user space version of pfi_kif */

Completed in 101 milliseconds