Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_subr.c264 static u_long tcp_iw_capsegs = TCP_IW_CAPSEGS_DFLT; variable
266 &tcp_iw_capsegs, 0, "TCP IW segments");
2116 if (tcp_iw_capsegs < TCP_IW_CAPSEGS_DFLT) in tcp_rmx_iwsegs()
2117 tcp_iw_capsegs = TCP_IW_CAPSEGS_DFLT; in tcp_rmx_iwsegs()
2127 *capsegs = tcp_iw_capsegs; in tcp_rmx_iwsegs()