Home
last modified time | relevance | path

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

/linux-6.1.9/net/mptcp/ !
Dprotocol.c2063 u64 hint_val = msk->ack_seq - MPTCP_SKB_CB(skb)->map_seq; in mptcp_inq_hint() local
2065 if (hint_val >= INT_MAX) in mptcp_inq_hint()
2068 return (unsigned int)hint_val; in mptcp_inq_hint()