Home
last modified time | relevance | path

Searched refs:ipf_auth_next (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_auth.c431 softa->ipf_auth_next = 0;
536 WAKEUP(&softa->ipf_auth_next, 0);
842 softa->ipf_auth_next = 0;
1027 softa->ipf_auth_next++;
1029 softa->ipf_auth_next = 0;
1033 &softa->ipf_auth[softa->ipf_auth_next],
1046 m = softa->ipf_auth_pkts[softa->ipf_auth_next];
1070 softa->ipf_auth_next++;
1071 if (softa->ipf_auth_next == softa->ipf_auth_size)
1072 softa->ipf_auth_next = 0;
[all …]
H A Dip_auth.h65 int ipf_auth_next; member