Home
last modified time | relevance | path

Searched refs:delegated_node (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/mptcp/
H A Dprotocol.h562 struct list_head delegated_node; /* link into delegated_action, protected by local BH */ member
670 if (WARN_ON_ONCE(!list_empty(&subflow->delegated_node))) in mptcp_subflow_delegate()
675 list_add_tail(&subflow->delegated_node, &delegated->head); in mptcp_subflow_delegate()
690 ret = list_first_entry(&delegated->head, struct mptcp_subflow_context, delegated_node); in mptcp_subflow_delegated_next()
691 list_del_init(&ret->delegated_node); in mptcp_subflow_delegated_next()
H A Dsubflow.c1825 INIT_LIST_HEAD(&ctx->delegated_node); in subflow_create_ctx()