Home
last modified time | relevance | path

Searched defs:ipstate (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.h28 typedef struct ipstate { struct
30 struct ipstate *is_next; argument
31 struct ipstate **is_pnext; argument
32 struct ipstate *is_hnext; argument
33 struct ipstate **is_phnext; argument
34 struct ipstate **is_me; argument
35 void *is_ifp[4];
36 void *is_sync;
37 frentry_t *is_rule;
38 struct ipftq *is_tqehead[2];
[all …]