Searched refs:tcp_options (Results 1 – 5 of 5) sorted by relevance
2527 int hlen, ip_len, tcp_hdr_len, tcp_data_len, tot_len, tcp_options; in xge_lro_accumulate() local2562 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()
201 struct tcp_options { struct589 struct tcp_options tcp_options; member
389 const struct tcp_options *t3opt = &cpl->tcp_options; in pass_accept_req_to_protohdrs()
995 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()
323 struct tcp_options { struct697 struct tcp_options tcpopt;