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

/linux-master/net/mptcp/
H A Dprotocol.h541 struct list_head delegated_node; /* link into delegated_action, protected by local BH */ member in struct:mptcp_subflow_context
612 if (WARN_ON_ONCE(!list_empty(&subflow->delegated_node)))
617 list_add_tail(&subflow->delegated_node, &delegated->head);
632 ret = list_first_entry(&delegated->head, struct mptcp_subflow_context, delegated_node);
633 list_del_init(&ret->delegated_node);
H A Dsubflow.c1731 INIT_LIST_HEAD(&ctx->delegated_node);

Completed in 211 milliseconds