Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/ipfw/
H A Dip_fw2.c628 struct ipfw_global { struct
629 int ipfw_state_loosecnt; /* cache aligned */
630 time_t ipfw_state_globexp __cachealign;
632 struct lwkt_token ipfw_trkcnt_token __cachealign;
633 struct ipfw_trkcnt_tree ipfw_trkcnt_tree;
634 int ipfw_trkcnt_cnt;
635 time_t ipfw_track_globexp;
638 struct ip_fw *ipfw_crossref_free __cachealign;
639 struct callout ipfw_crossref_ch;
640 struct netmsg_base ipfw_crossref_nm;
[all …]