Searched defs:divstat (Results 1 – 5 of 5) sorted by relevance
55 struct divstat { struct56 uint64_t div_diverted; /* successfully diverted to userland */57 uint64_t div_noport; /* failed due to no bound socket */58 uint64_t div_outbound; /* re-injected as outbound */59 uint64_t div_inbound; /* re-injected as inbound */
22 struct divstat { struct23 u_long divs_ipackets; /* total input packets */24 u_long divs_noport; /* no socket on port */25 u_long divs_fullsock; /* not delivered, input socket full */49 enum divstat_counters { argument
327 struct divstat divstat; divert_sysctl_divstat() local
1431 struct divstat divstat; divert_stats() local
638 struct divstat divstat; in div_stats() local