Searched refs:tcp_opt (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 666 unsigned short tcp_opt = ntohs(req->tcp_opt); in do_act_establish() local 716 csk->advmss = lldi->mtus[GET_TCPOPT_MSS(tcp_opt)] - 40; in do_act_establish() 717 if (GET_TCPOPT_TSTAMP(tcp_opt)) in do_act_establish() 724 csk, GET_TCPOPT_MSS(tcp_opt), csk->advmss); in do_act_establish() 726 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 | 371 __be16 tcp_opt; member 386 __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 | 1064 set_emss(ep, ntohs(req->tcp_opt)); in act_establish() 2409 ntohs(req->tcp_opt)); in pass_establish() 2411 set_emss(ep, ntohs(req->tcp_opt)); in pass_establish()
|
/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 508 cxgbi_sock_established(csk, ntohl(req->snd_isn), ntohs(req->tcp_opt)); in do_act_establish()
|