Lines Matching refs:list
85 /* Add the address to the local list. */
91 INIT_LIST_HEAD(&addr->list);
92 list_add_tail(&addr->list, addrlist);
111 af = list_entry(pos, struct sctp_af, list);
125 addr = list_entry(pos, struct sctp_sockaddr_entry, list);
140 list_for_each_entry_rcu(addr, &net->sctp.local_addr_list, list) {
379 * For INIT and INIT-ACK address list, let L be the level of
412 * source address that matches an address in the bind address list.
464 /* Walk through the bind address list and look for a bind
469 list_for_each_entry_rcu(laddr, &bp->address_list, list) {
486 /* Walk through the bind address list and try to get a dst that
490 list_for_each_entry_rcu(laddr, &bp->address_list, list) {
633 list_for_each_entry_safe(addrw, temp, &net->sctp.addr_waitq, list) {
679 list_del(&addrw->list);
692 list_for_each_entry_safe(addrw, temp, &net->sctp.addr_waitq, list) {
693 list_del(&addrw->list);
707 list_for_each_entry(addrw, &net->sctp.addr_waitq, list) {
743 list_del(&addrw->list);
757 list_add_tail(&addrw->list, &net->sctp.addr_waitq);
773 * time and thus corrupt the list.
793 list_add_tail_rcu(&addr->list, &net->sctp.local_addr_list);
801 &net->sctp.local_addr_list, list) {
808 list_del_rcu(&addr->list);
867 INIT_LIST_HEAD(&af->list);
868 list_add_tail(&af->list, &sctp_address_families);
1154 list_del(&sctp_af_inet.list);
1307 /* Initialize the local address list. */
1312 /* Initialize the address event list */
1333 /* Free the local address list */