Searched refs:to_tfo_cookie (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dtcp_var.h335 u_char *to_tfo_cookie; /* pointer to the TFO cookie */ member in struct:tcpopt
H A Dtcp_output.c777 to.to_tfo_cookie = (u_char *)&tp->t_tfo_cookie;
1771 bcopy(to->to_tfo_cookie, optp, to->to_tfo_len);
H A Dtcp_syncache.c1240 to->to_tfo_cookie, to->to_tfo_len,
1661 to.to_tfo_cookie = sc->sc_tfo_cookie;
H A Dtcp_input.c3423 to->to_tfo_cookie = to->to_tfo_len ? cp + 2 : NULL;

Completed in 71 milliseconds