HomeSort by: relevance | last modified time | path
    Searched refs:sctp_asoc_list (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/netinet/
sctp_usrreq.c 701 if (LIST_EMPTY(&inp->sctp_asoc_list)) {
711 stcb = LIST_FIRST(&inp->sctp_asoc_list);
833 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1169 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1410 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1419 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1539 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1732 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1789 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1873 stcb = LIST_FIRST(&inp->sctp_asoc_list);
    [all...]
sctp_pcb.h 313 struct sctpasochead sctp_asoc_list; member in struct:sctp_inpcb
460 xx_stcb = LIST_FIRST(&_inp->sctp_asoc_list); \
471 xx_stcb = LIST_FIRST(&_inp->sctp_asoc_list); \
sctp_pcb.c 130 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
153 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
181 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
342 stcb = LIST_FIRST(&inp->sctp_asoc_list);
535 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1333 if (LIST_FIRST(&inp->sctp_asoc_list) == NULL) {
1430 LIST_INIT(&inp->sctp_asoc_list);
1526 LIST_INSERT_HEAD(&new_inp->sctp_asoc_list, stcb, sctp_tcblist);
2037 for ((asoc = LIST_FIRST(&inp->sctp_asoc_list)); asoc != NULL;
2151 for ((asoc = LIST_FIRST(&inp->sctp_asoc_list)); asoc != NULL
    [all...]
sctp_asconf.c 1865 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
1895 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
2001 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
2091 LIST_FOREACH(stcb, &inp->sctp_asoc_list, sctp_tcblist) {
sctp_timer.c 1491 it->stcb = LIST_FIRST(&it->inp->sctp_asoc_list);
sctp_input.c 3268 if (LIST_FIRST(&inp->sctp_asoc_list) == NULL) {
3318 if (LIST_FIRST(&inp->sctp_asoc_list) == NULL) {
3465 if (LIST_FIRST(&inp->sctp_asoc_list) == NULL) {
sctputil.c 2676 if (LIST_FIRST(&inp->sctp_asoc_list) == NULL) {
2691 if (LIST_FIRST(&inp->sctp_asoc_list) == NULL) {
2715 if (LIST_FIRST(&inp->sctp_asoc_list) == NULL) {
sctp_output.c 7167 stcb = LIST_FIRST(&inp->sctp_asoc_list);
7208 stcb = LIST_FIRST(&inp->sctp_asoc_list);
9849 stcb = LIST_FIRST(&inp->sctp_asoc_list);
  /src/sys/netinet6/
sctp6_usrreq.c 710 if (LIST_EMPTY(&inp->sctp_asoc_list)) {
718 stcb = LIST_FIRST(&inp->sctp_asoc_list);
995 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1074 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1149 stcb = LIST_FIRST(&inp->sctp_asoc_list);

Completed in 193 milliseconds