Searched refs:tcp_options (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/dev/nxge/
H A Dif_nxge.c2515 int hlen, ip_len, tcp_hdr_len, tcp_data_len, tot_len, tcp_options; local
2550 tcp_options = (header_tcp->th_off << 2) - sizeof(*header_tcp);
2551 tcp_hdr_len = sizeof(*header_tcp) + tcp_options;
2553 if(tcp_options != 0) {
2554 if(__predict_false(tcp_options != TCPOLEN_TSTAMP_APPA) ||
2605 if(tcp_options) {
2667 if(tcp_options) {
/freebsd-10.2-release/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h201 struct tcp_options { struct
589 struct tcp_options tcp_options; member in struct:cpl_pass_accept_req
/freebsd-10.2-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c389 const struct tcp_options *t3opt = &cpl->tcp_options;
/freebsd-10.2-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c991 t4opt_to_tcpopt(const struct tcp_options *t4opt, struct tcpopt *to)
1017 const struct tcp_options *tcpopt, struct tcphdr *th, int ulp_mode)
/freebsd-10.2-release/sys/dev/cxgbe/common/
H A Dt4_msg.h294 struct tcp_options { struct
636 struct tcp_options tcpopt;

Completed in 150 milliseconds