Searched refs:tcp_opt (Results 1 – 7 of 7) sorted by relevance
| /drivers/scsi/cxgbi/cxgb4i/ |
| A D | cxgb4i.c | 895 unsigned short tcp_opt = ntohs(req->tcp_opt); in do_act_establish() local 945 csk->advmss = lldi->mtus[TCPOPT_MSS_G(tcp_opt)] - 40; in do_act_establish() 946 if (TCPOPT_TSTAMP_G(tcp_opt)) in do_act_establish() 953 csk, TCPOPT_MSS_G(tcp_opt), csk->advmss); in do_act_establish() 955 cxgbi_sock_established(csk, ntohl(req->snd_isn), ntohs(req->tcp_opt)); in do_act_establish()
|
| /drivers/infiniband/hw/cxgb4/ |
| A D | cm.c | 1218 unsigned short tcp_opt = ntohs(req->tcp_opt); in act_establish() local 1241 ep->snd_wscale = TCPOPT_SND_WSCALE_G(tcp_opt); in act_establish() 1243 set_emss(ep, tcp_opt); in act_establish() 2683 u16 tcp_opt = ntohs(req->tcp_opt); in pass_establish() local 2692 ep->snd_wscale = TCPOPT_SND_WSCALE_G(tcp_opt); in pass_establish() 2694 pr_debug("ep %p hwtid %u tcp_opt 0x%02x\n", ep, tid, tcp_opt); in pass_establish() 2696 set_emss(ep, tcp_opt); in pass_establish()
|
| /drivers/target/iscsi/cxgbit/ |
| A D | cxgbit_cm.c | 1630 u16 tcp_opt = be16_to_cpu(req->tcp_opt); in cxgbit_pass_establish() local 1650 csk->snd_wscale = TCPOPT_SND_WSCALE_G(tcp_opt); in cxgbit_pass_establish() 1651 cxgbit_set_emss(csk, tcp_opt); in cxgbit_pass_establish()
|
| /drivers/net/ethernet/chelsio/cxgb3/ |
| A D | t3_cpl.h | 509 __be16 tcp_opt; member 636 __be16 tcp_opt; member
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | t4_msg.h | 612 __be16 tcp_opt; member 669 __be16 tcp_opt; member
|
| /drivers/scsi/cxgbi/cxgb3i/ |
| A D | cxgb3i.c | 510 cxgbi_sock_established(csk, ntohl(req->snd_isn), ntohs(req->tcp_opt)); in do_act_establish()
|
| /drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| A D | chtls_cm.c | 1594 make_established(sk, ntohl(req->snd_isn), ntohs(req->tcp_opt)); in chtls_pass_establish()
|
Completed in 44 milliseconds