Symbol: tcp_opt
drivers/infiniband/hw/cxgb4/cm.c
1218
unsigned short tcp_opt = ntohs(req->tcp_opt);
drivers/infiniband/hw/cxgb4/cm.c
1241
ep->snd_wscale = TCPOPT_SND_WSCALE_G(tcp_opt);
drivers/infiniband/hw/cxgb4/cm.c
1243
set_emss(ep, tcp_opt);
drivers/infiniband/hw/cxgb4/cm.c
2683
u16 tcp_opt = ntohs(req->tcp_opt);
drivers/infiniband/hw/cxgb4/cm.c
2692
ep->snd_wscale = TCPOPT_SND_WSCALE_G(tcp_opt);
drivers/infiniband/hw/cxgb4/cm.c
2694
pr_debug("ep %p hwtid %u tcp_opt 0x%02x\n", ep, tid, tcp_opt);
drivers/infiniband/hw/cxgb4/cm.c
2696
set_emss(ep, tcp_opt);
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
509
__be16 tcp_opt;
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
636
__be16 tcp_opt;
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
612
__be16 tcp_opt;
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
669
__be16 tcp_opt;
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
1596
make_established(sk, ntohl(req->snd_isn), ntohs(req->tcp_opt));
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
510
cxgbi_sock_established(csk, ntohl(req->snd_isn), ntohs(req->tcp_opt));
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
895
unsigned short tcp_opt = ntohs(req->tcp_opt);
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
945
csk->advmss = lldi->mtus[TCPOPT_MSS_G(tcp_opt)] - 40;
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
946
if (TCPOPT_TSTAMP_G(tcp_opt))
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
953
csk, TCPOPT_MSS_G(tcp_opt), csk->advmss);
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
955
cxgbi_sock_established(csk, ntohl(req->snd_isn), ntohs(req->tcp_opt));
drivers/target/iscsi/cxgbit/cxgbit_cm.c
1630
u16 tcp_opt = be16_to_cpu(req->tcp_opt);
drivers/target/iscsi/cxgbit/cxgbit_cm.c
1650
csk->snd_wscale = TCPOPT_SND_WSCALE_G(tcp_opt);
drivers/target/iscsi/cxgbit/cxgbit_cm.c
1651
cxgbit_set_emss(csk, tcp_opt);
include/net/tcp.h
579
struct tcp_options_received *tcp_opt,
net/ipv4/syncookies.c
237
struct tcp_options_received *tcp_opt)
net/ipv4/syncookies.c
240
u32 options = tcp_opt->rcv_tsecr;
net/ipv4/syncookies.c
242
if (!tcp_opt->saw_tstamp) {
net/ipv4/syncookies.c
243
tcp_clear_options(tcp_opt);
net/ipv4/syncookies.c
250
tcp_opt->sack_ok = (options & TS_OPT_SACK) ? TCP_SACK_SEEN : 0;
net/ipv4/syncookies.c
252
if (tcp_opt->sack_ok && !READ_ONCE(net->ipv4.sysctl_tcp_sack))
net/ipv4/syncookies.c
258
tcp_opt->wscale_ok = 1;
net/ipv4/syncookies.c
259
tcp_opt->snd_wscale = options & TS_OPT_WSCALE_MASK;
net/ipv4/syncookies.c
320
struct tcp_options_received *tcp_opt,
net/ipv4/syncookies.c
344
req->ts_recent = tcp_opt->saw_tstamp ? tcp_opt->rcv_tsval : 0;
net/ipv4/syncookies.c
346
ireq->snd_wscale = tcp_opt->snd_wscale;
net/ipv4/syncookies.c
347
ireq->tstamp_ok = tcp_opt->saw_tstamp;
net/ipv4/syncookies.c
348
ireq->sack_ok = tcp_opt->sack_ok;
net/ipv4/syncookies.c
349
ireq->wscale_ok = tcp_opt->wscale_ok;
net/ipv4/syncookies.c
350
ireq->ecn_ok = !!(tcp_opt->rcv_tsecr & TS_OPT_ECN);
net/ipv4/syncookies.c
361
struct tcp_options_received tcp_opt;
net/ipv4/syncookies.c
377
memset(&tcp_opt, 0, sizeof(tcp_opt));
net/ipv4/syncookies.c
378
tcp_parse_options(net, skb, &tcp_opt, 0, NULL);
net/ipv4/syncookies.c
380
if (tcp_opt.saw_tstamp && tcp_opt.rcv_tsecr) {
net/ipv4/syncookies.c
389
tcp_opt.rcv_tsecr -= tsoff;
net/ipv4/syncookies.c
392
if (!cookie_timestamp_decode(net, &tcp_opt))
net/ipv4/syncookies.c
396
&tcp_opt, mss, tsoff);
net/ipv6/syncookies.c
134
struct tcp_options_received tcp_opt;
net/ipv6/syncookies.c
150
memset(&tcp_opt, 0, sizeof(tcp_opt));
net/ipv6/syncookies.c
151
tcp_parse_options(net, skb, &tcp_opt, 0, NULL);
net/ipv6/syncookies.c
153
if (tcp_opt.saw_tstamp && tcp_opt.rcv_tsecr) {
net/ipv6/syncookies.c
162
tcp_opt.rcv_tsecr -= tsoff;
net/ipv6/syncookies.c
165
if (!cookie_timestamp_decode(net, &tcp_opt))
net/ipv6/syncookies.c
169
&tcp_opt, mss, tsoff);
tools/testing/selftests/bpf/progs/test_misc_tcp_hdr_options.c
173
struct tcp_opt win_scale_opt = {};
tools/testing/selftests/bpf/progs/test_misc_tcp_hdr_options.c
174
struct tcp_opt reg_opt = {};
tools/testing/selftests/bpf/progs/test_misc_tcp_hdr_options.c
39
struct tcp_opt reg_opt;
tools/testing/selftests/bpf/progs/test_parse_tcp_hdr_opt.c
40
__u8 *tcp_opt, kind, hdr_len;
tools/testing/selftests/bpf/progs/test_parse_tcp_hdr_opt.c
42
tcp_opt = (__u8 *)(data + state->byte_offset);
tools/testing/selftests/bpf/progs/test_parse_tcp_hdr_opt.c
43
if (tcp_opt + 1 > data_end)
tools/testing/selftests/bpf/progs/test_parse_tcp_hdr_opt.c
46
kind = tcp_opt[0];
tools/testing/selftests/bpf/progs/test_parse_tcp_hdr_opt.c
58
tcp_opt + sizeof(__u8) + sizeof(__u8) > data_end)
tools/testing/selftests/bpf/progs/test_parse_tcp_hdr_opt.c
61
hdr_len = tcp_opt[1];
tools/testing/selftests/bpf/progs/test_parse_tcp_hdr_opt.c
69
if (tcp_opt + tcp_hdr_opt_len_tpr > data_end)
tools/testing/selftests/bpf/progs/test_parse_tcp_hdr_opt.c
72
state->server_id = *(__u32 *)&tcp_opt[2];
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
132
struct tcp_opt regular;
tools/testing/selftests/bpf/progs/test_tcp_hdr_options.c
87
struct tcp_opt regular;