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

/linux-master/net/mptcp/
H A Dprotocol.h462 struct mptcp_delegated_action { struct
467 DECLARE_PER_CPU(struct mptcp_delegated_action, mptcp_delegated_actions);
600 struct mptcp_delegated_action *delegated;
625 mptcp_subflow_delegated_next(struct mptcp_delegated_action *delegated)
H A Dprotocol.c48 DEFINE_PER_CPU(struct mptcp_delegated_action, mptcp_delegated_actions);
4057 struct mptcp_delegated_action *delegated;
4061 delegated = container_of(napi, struct mptcp_delegated_action, napi);
4093 struct mptcp_delegated_action *delegated;

Completed in 253 milliseconds