Home
last modified time | relevance | path

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

/freebsd-src/sys/netinet/
H A Dip_divert.h55 struct divstat { struct
56 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 */
/openbsd-src/sys/netinet/
H A Dip_divert.h22 struct divstat { struct
23 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
H A Dip_divert.c327 struct divstat divstat; divert_sysctl_divstat() local
/freebsd-src/usr.bin/netstat/
H A Dinet.c1431 struct divstat divstat; divert_stats() local
/openbsd-src/usr.bin/netstat/
H A Dinet.c638 struct divstat divstat; in div_stats() local