Searched refs:s_data_constant (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h1457 * constant payload is specified (@s_data_constant),
1471 s_data_constant:1, member in struct:tcp_cookie_values
1484 * overloaded, depending on s_data_constant: either the length of constant
1489 return (tp->cookie_values != NULL && tp->cookie_values->s_data_constant)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp.c2226 cvp->s_data_constant = 1; /* true */
2230 cvp->s_data_constant = 0; /* false */
H A Dtcp_output.c2420 if (cvp != NULL && cvp->s_data_constant && cvp->s_data_desired)

Completed in 51 milliseconds