Searched refs:cblist (Results 1 – 3 of 3) sorted by relevance
2592 if(!sq->cblist)2675 sq->cblist = NULL;2988 int dobackup = (sq->cblist && sq->cblist->next); /* >1 cb*/3054 while((p=sq->cblist) != NULL) {3055 sq->cblist = p->next; /* remove this element */3068 log_assert(sq->cblist == NULL);3528 cb->next = sq->cblist;3529 sq->cblist = cb;3537 struct service_callback** pp = &sq->cblist;3554 if(!sq->cblist && !sq->busy && !sq->to_be_deleted) {[all …]
516 struct service_callback* cblist; member
169 LIST_HEAD(, rcb) cblist;352 LIST_FOREACH(rcb, &V_route_cb.cblist, list) { in rts_input()410 LIST_INSERT_HEAD(&V_route_cb.cblist, rcb, list); in rts_attach()