Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/nxge/
Dif_nxge.c2527 int hlen, ip_len, tcp_hdr_len, tcp_data_len, tot_len, tcp_options; in xge_lro_accumulate() local
2562 tcp_options = (header_tcp->th_off << 2) - sizeof(*header_tcp); in xge_lro_accumulate()
2563 tcp_hdr_len = sizeof(*header_tcp) + tcp_options; in xge_lro_accumulate()
2565 if(tcp_options != 0) { in xge_lro_accumulate()
2566 if(__predict_false(tcp_options != TCPOLEN_TSTAMP_APPA) || in xge_lro_accumulate()
2617 if(tcp_options) { in xge_lro_accumulate()
2679 if(tcp_options) { in xge_lro_accumulate()
/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_t3_cpl.h201 struct tcp_options { struct
589 struct tcp_options tcp_options; member
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
Dcxgb_listen.c389 const struct tcp_options *t3opt = &cpl->tcp_options; in pass_accept_req_to_protohdrs()
/freebsd-10-stable/sys/dev/cxgbe/tom/
Dt4_listen.c995 t4opt_to_tcpopt(const struct tcp_options *t4opt, struct tcpopt *to) in t4opt_to_tcpopt()
1021 const struct tcp_options *tcpopt, struct tcphdr *th, int ulp_mode) in calc_opt2p()
/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_msg.h323 struct tcp_options { struct
697 struct tcp_options tcpopt;