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

/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c2531 int hlen, ip_len, tcp_hdr_len, tcp_data_len, tot_len, tcp_options; local
2566 tcp_options = (header_tcp->th_off << 2) - sizeof(*header_tcp);
2567 tcp_hdr_len = sizeof(*header_tcp) + tcp_options;
2569 if(tcp_options != 0) {
2570 if(__predict_false(tcp_options != TCPOLEN_TSTAMP_APPA) ||
2621 if(tcp_options) {
2683 if(tcp_options) {
/freebsd-11-stable/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-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c391 const struct tcp_options *t3opt = &cpl->tcp_options;
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c986 t4opt_to_tcpopt(const struct tcp_options *t4opt, struct tcpopt *to)
1012 const struct tcp_options *tcpopt, struct tcphdr *th, int ulp_mode,
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h352 struct tcp_options { struct
726 struct tcp_options tcpopt;

Completed in 135 milliseconds