Home
last modified time | relevance | path

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

/linux-6.1.9/net/mptcp/
Dprotocol.h423 struct mptcp_delegated_action { struct
428 DECLARE_PER_CPU(struct mptcp_delegated_action, mptcp_delegated_actions); argument
547 struct mptcp_delegated_action *delegated; in mptcp_subflow_delegate()
572 mptcp_subflow_delegated_next(struct mptcp_delegated_action *delegated) in mptcp_subflow_delegated_next()
Dprotocol.c58 DEFINE_PER_CPU(struct mptcp_delegated_action, mptcp_delegated_actions);
3844 struct mptcp_delegated_action *delegated; in mptcp_napi_poll()
3848 delegated = container_of(napi, struct mptcp_delegated_action, napi); in mptcp_napi_poll()
3877 struct mptcp_delegated_action *delegated; in mptcp_proto_init()