Searched refs:delegated_node (Results 1 – 2 of 2) sorted by relevance
453 struct list_head delegated_node; /* link into delegated_action, protected by local BH */ member520 if (!list_empty(&subflow->delegated_node)) in mptcp_subflow_delegate()528 list_add_tail(&subflow->delegated_node, &delegated->head); in mptcp_subflow_delegate()543 ret = list_first_entry(&delegated->head, struct mptcp_subflow_context, delegated_node); in mptcp_subflow_delegated_next()544 list_del_init(&ret->delegated_node); in mptcp_subflow_delegated_next()
1581 INIT_LIST_HEAD(&ctx->delegated_node); in subflow_create_ctx()