Lines Matching refs:list
55 list_for_each_entry(addr, &src->address_list, list) {
67 list_for_each_entry(addr, &src->address_list, list) {
92 * the list of bound addresses that the older endpoint used.
104 list_for_each_entry(addr, &src->address_list, list) {
123 /* Dispose of the address list. */
128 /* Empty the bind address list. */
129 list_for_each_entry_safe(addr, temp, &bp->address_list, list) {
130 list_del_rcu(&addr->list);
139 /* Empty the bind address list. */
143 /* Add an address to the bind address list in the SCTP_bind_addr structure. */
149 /* Add the address to the bind address list. */
165 INIT_LIST_HEAD(&addr->list);
170 list_add_tail_rcu(&addr->list, &bp->address_list);
176 /* Delete an address from the bind address list in the SCTP_bind_addr
187 list_for_each_entry_safe(addr, temp, &bp->address_list, list) {
192 list_del_rcu(&addr->list);
246 list_for_each_entry(addr, &bp->address_list, list) {
260 * Create an address list out of the raw address list format (IPv4 and IPv6
290 /* Can't finish building the list, clean up. */
321 list_for_each_entry_rcu(laddr, &bp->address_list, list) {
344 list_for_each_entry_rcu(laddr, &bp->address_list, list) {
345 list_for_each_entry_rcu(laddr2, &bp2->address_list, list) {
386 list_for_each_entry_rcu(laddr, &bp->address_list, list) {
410 list_for_each_entry_rcu(laddr, &bp->address_list, list) {
420 /* Find the first address in the bind address list that is not present in
435 * the socket lock in that code patch, so that address list
438 list_for_each_entry(laddr, &bp->address_list, list) {
458 /* Copy out addresses from the global local address list. */
516 * For INIT and INIT-ACK address list, let L be the level of
554 struct sctp_sockaddr_entry, list);