Searched refs:addr_waitq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/netns/ |
H A D | sctp.h | 32 struct list_head addr_waitq; member 35 /* Lock that protects both addr_waitq and auto_asconf_splist */
|
/kernel/linux/linux-6.6/include/net/netns/ |
H A D | sctp.h | 43 struct list_head addr_waitq; member 46 /* Lock that protects both addr_waitq and auto_asconf_splist */
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | protocol.c | 633 list_for_each_entry_safe(addrw, temp, &net->sctp.addr_waitq, list) { in sctp_addr_wq_timeout_handler() 635 "entry:%p\n", __func__, &net->sctp.addr_waitq, &addrw->a.sa, in sctp_addr_wq_timeout_handler() 692 list_for_each_entry_safe(addrw, temp, &net->sctp.addr_waitq, list) { in sctp_free_addr_wq() 699 /* lookup the entry for the same address in the addr_waitq 707 list_for_each_entry(addrw, &net->sctp.addr_waitq, list) { in sctp_addr_wq_lookup() 741 &net->sctp.addr_waitq); in sctp_addr_wq_mgmt() 757 list_add_tail(&addrw->list, &net->sctp.addr_waitq); in sctp_addr_wq_mgmt() 760 __func__, addrw->state, &addrw->a.sa, &net->sctp.addr_waitq); in sctp_addr_wq_mgmt() 1313 INIT_LIST_HEAD(&net->sctp.addr_waitq); in sctp_defaults_init()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | protocol.c | 638 list_for_each_entry_safe(addrw, temp, &net->sctp.addr_waitq, list) { in sctp_addr_wq_timeout_handler() 640 "entry:%p\n", __func__, &net->sctp.addr_waitq, &addrw->a.sa, in sctp_addr_wq_timeout_handler() 697 list_for_each_entry_safe(addrw, temp, &net->sctp.addr_waitq, list) { in sctp_free_addr_wq() 704 /* lookup the entry for the same address in the addr_waitq 712 list_for_each_entry(addrw, &net->sctp.addr_waitq, list) { in sctp_addr_wq_lookup() 746 &net->sctp.addr_waitq); in sctp_addr_wq_mgmt() 762 list_add_tail(&addrw->list, &net->sctp.addr_waitq); in sctp_addr_wq_mgmt() 765 __func__, addrw->state, &addrw->a.sa, &net->sctp.addr_waitq); in sctp_addr_wq_mgmt() 1421 INIT_LIST_HEAD(&net->sctp.addr_waitq); in sctp_defaults_init()
|
Completed in 9 milliseconds