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

/darwin-on-arm/xnu/bsd/net/
H A Ddlil.h77 #define net_timercmp(tvp, uvp, cmp) \ macro
H A Ddlil.c1701 if (net_timercmp(&delta, &inp->sample_holdtime, <))
1737 if (net_timercmp(&delta, &dlil_dbgrate, >=)) {
1763 if (net_timercmp(&delta, &inp->mode_holdtime, <))
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.c608 if (net_timercmp(&delta, &sp->sfb_pboxtime, <)) {
664 if (net_timercmp(&delta, &sp->sfb_holdtime, <)) {
924 if (net_timercmp(&now, &sp->sfb_nextreset, >=)) {

Completed in 80 milliseconds