Searched refs:G_TCPOPT_SND_WSCALE (Results 1 – 3 of 3) sorted by relevance
577 #define G_TCPOPT_SND_WSCALE(x) (((x) >> 8) & 0xf) macro
336 tp->snd_scale = G_TCPOPT_SND_WSCALE(opt); in assign_rxopt()
710 #define G_TCPOPT_SND_WSCALE(x) (((x) >> S_TCPOPT_SND_WSCALE) & M_TCPOPT_SND_WSCALE) macro