Home
last modified time | relevance | path

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

/net/mptcp/
Dprotocol.h330 void (*tcp_write_space)(struct sock *sk); member
385 sk->sk_write_space = ctx->tcp_write_space; in mptcp_subflow_tcp_fallback()
Dsubflow.c1324 ctx->tcp_write_space = sk->sk_write_space; in subflow_ulp_init()
1369 new_ctx->tcp_write_space = old_ctx->tcp_write_space; in subflow_ulp_clone()