Home
last modified time | relevance | path

Searched refs:kmod_tcpstat_add (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h703 void kmod_tcpstat_add(int statnum, int val);
705 kmod_tcpstat_add(offsetof(struct tcpstat, name) / sizeof(uint64_t), val)
/f-stack/freebsd/netinet/
H A Dtcp_var.h703 void kmod_tcpstat_add(int statnum, int val);
705 kmod_tcpstat_add(offsetof(struct tcpstat, name) / sizeof(uint64_t), val)
H A Dtcp_input.c283 kmod_tcpstat_add(int statnum, int val) in kmod_tcpstat_add() function