Lines Matching refs:wi
1639 struct sctp_laddr *wi, *nwi; in sctp_handle_addr_wq() local
1655 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) { in sctp_handle_addr_wq()
1656 LIST_REMOVE(wi, sctp_nxt_addr); in sctp_handle_addr_wq()
1657 LIST_INSERT_HEAD(&asc->list_of_work, wi, sctp_nxt_addr); in sctp_handle_addr_wq()
1683 LIST_FOREACH(wi, &asc->list_of_work, sctp_nxt_addr) { in sctp_handle_addr_wq()
1684 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr); in sctp_handle_addr_wq()
6502 struct sctp_laddr *wi; in sctp_dynamic_set_primary() local
6513 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr); in sctp_dynamic_set_primary()
6514 if (wi == NULL) { in sctp_dynamic_set_primary()
6520 memset(wi, 0, sizeof(*wi)); in sctp_dynamic_set_primary()
6521 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time); in sctp_dynamic_set_primary()
6522 wi->ifa = ifa; in sctp_dynamic_set_primary()
6523 wi->action = SCTP_SET_PRIM_ADDR; in sctp_dynamic_set_primary()
6532 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr); in sctp_dynamic_set_primary()