Searched defs:divstat (Results 1 – 2 of 2) 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 */
1438 struct divstat divstat; in divert_stats() local