Searched refs:tcp_opt (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 713 unsigned short tcp_opt = ntohs(req->tcp_opt); in do_act_establish() local 763 csk->advmss = lldi->mtus[TCPOPT_MSS_G(tcp_opt)] - 40; in do_act_establish() 764 if (TCPOPT_TSTAMP_G(tcp_opt)) in do_act_establish() 771 csk, TCPOPT_MSS_G(tcp_opt), csk->advmss); in do_act_establish() 773 cxgbi_sock_established(csk, ntohl(req->snd_isn), ntohs(req->tcp_opt)); in do_act_establish()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 500 __be16 tcp_opt; member 557 __be16 tcp_opt; member
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_cpl.h | 509 __be16 tcp_opt; member 636 __be16 tcp_opt; member
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 650 set_emss(ep, ntohs(req->tcp_opt)); in act_establish() 1430 set_emss(ep, ntohs(req->tcp_opt)); in pass_establish()
|
/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 1135 set_emss(ep, ntohs(req->tcp_opt)); in act_establish() 2551 ntohs(req->tcp_opt)); in pass_establish() 2553 set_emss(ep, ntohs(req->tcp_opt)); in pass_establish()
|
/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 509 cxgbi_sock_established(csk, ntohl(req->snd_isn), ntohs(req->tcp_opt)); in do_act_establish()
|