Searched refs:net_timercmp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Ddlil.h77 #define net_timercmp(tvp, uvp, cmp) \ macro
H A Ddlil.c1957 if (net_timercmp(&delta, &inp->sample_holdtime, <))
1993 if (net_timercmp(&delta, &dlil_dbgrate, >=)) {
2019 if (net_timercmp(&delta, &inp->mode_holdtime, <))
/macosx-10.10.1/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_sfb.c762 if (net_timercmp(&delta, &sp->sfb_pboxtime, <)) {
818 if (net_timercmp(&delta, &sp->sfb_holdtime, <)) {
1124 if (net_timercmp(now, &max_getqtime, >)) {
1161 if (net_timercmp(&now, &sp->sfb_nextreset, >=)) {
1335 if (net_timercmp(&now, &sp->sfb_update_time, >=)) {

Completed in 219 milliseconds