Home
last modified time | relevance | path

Searched refs:IPSTAT_SUB (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_var.h147 #define IPSTAT_SUB(name, val) IPSTAT_ADD(name, -(val)) macro
149 #define IPSTAT_DEC(name) IPSTAT_SUB(name, 1)
/f-stack/freebsd/netinet/
H A Dip_var.h147 #define IPSTAT_SUB(name, val) IPSTAT_ADD(name, -(val)) macro
149 #define IPSTAT_DEC(name) IPSTAT_SUB(name, 1)