Home
last modified time | relevance | path

Searched refs:notsent_lowat (Results 1 – 5 of 5) sorted by relevance

/linux/net/mptcp/
H A Dsockopt.c854 WRITE_ONCE(msk->notsent_lowat, val); in mptcp_setsockopt_sol_tcp()
1432 return mptcp_put_int_option(msk, optval, optlen, msk->notsent_lowat); in mptcp_getsockopt_sol_tcp()
1603 tcp_sk(ssk)->notsent_lowat = UINT_MAX; in mptcp_sockopt_sync_locked()
H A Dprotocol.h333 u32 notsent_lowat;
991 val = READ_ONCE(mptcp_sk(sk)->notsent_lowat); in __mptcp_sync_sndbuf()
325 u32 notsent_lowat; global() member
/linux/include/linux/
H A Dtcp.h211 u32 notsent_lowat; /* TCP_NOTSENT_LOWAT */ member
/linux/net/ipv4/
H A Dtcp.c4150 WRITE_ONCE(tp->notsent_lowat, val); in do_tcp_setsockopt()
4693 val = READ_ONCE(tp->notsent_lowat); in do_tcp_getsockopt()
5190 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_tx, notsent_lowat); in tcp_struct_check()
/linux/include/net/
H A Dtcp.h2473 val = READ_ONCE(tp->notsent_lowat); in tcp_notsent_lowat()