Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/libkern/
H A Dlibkern.h104 imax(int a, int b) in imax() function
/xnu-12377.41.6/bsd/netinet/
H A Dmptcp.c420 mp_tp->mpt_rcvwnd = imax(mptcp_sbspace(mp_tp), (int)(mp_tp->mpt_rcvadv - mp_tp->mpt_rcvnxt)); in mptcp_input()
H A Dtcp_input.c4036 tp->rcv_wnd = imax(win, (int)(tp->rcv_adv - tp->rcv_nxt)); in tcp_input()