Home
last modified time | relevance | path

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

/linux/net/mptcp/
A Dprotocol.h561 struct list_head delegated_node; /* link into delegated_action, protected by local BH */ member
669 if (WARN_ON_ONCE(!list_empty(&subflow->delegated_node))) in mptcp_subflow_delegate()
674 list_add_tail(&subflow->delegated_node, &delegated->head); in mptcp_subflow_delegate()
689 ret = list_first_entry(&delegated->head, struct mptcp_subflow_context, delegated_node); in mptcp_subflow_delegated_next()
690 list_del_init(&ret->delegated_node); in mptcp_subflow_delegated_next()
A Dsubflow.c1820 INIT_LIST_HEAD(&ctx->delegated_node); in subflow_create_ctx()

Completed in 12 milliseconds