HomeSort by relevance Sort by last modified time
    Searched refs:callqueue (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_callout.c 48 * - SCTP_BASE_INFO(callqueue)
75 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe);
95 TAILQ_INSERT_TAIL(&SCTP_BASE_INFO(callqueue), c, tqe);
115 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe);
138 c = TAILQ_FIRST(&SCTP_BASE_INFO(callqueue));
142 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe);
sctp_pcb.h 283 struct calloutlist callqueue; member in struct:sctp_epinfo
sctp_pcb.c     [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_sctp_timer_iterate.c 42 /* This is the polling time of callqueue in milliseconds
79 c = TAILQ_FIRST(&SCTP_BASE_INFO(callqueue));
83 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe);

Completed in 61 milliseconds