Lines Matching defs:pos
317 struct list_head *pos, *temp;
375 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) {
376 transport = list_entry(pos, struct sctp_transport, transports);
377 list_del_rcu(pos);
485 struct list_head *pos;
503 pos = asoc->peer.transport_addr_list.next;
504 transport = list_entry(pos, struct sctp_transport, transports);
742 struct list_head *pos;
746 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) {
747 transport = list_entry(pos, struct sctp_transport, transports);
1106 struct list_head *pos, *temp;
1120 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) {
1121 trans = list_entry(pos, struct sctp_transport, transports);