Home
last modified time | relevance | path

Searched refs:as_mss (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_cm.h152 struct option_mss as_mss; member
Dnes_cm.c1015 options->as_mss.optionnum = OPTION_NUMBER_MSS; in send_syn()
1016 options->as_mss.length = sizeof(struct option_mss); in send_syn()
1017 options->as_mss.mss = htons(cm_node->tcp_cntxt.mss); in send_syn()
1629 all_options->as_mss.length, offset, optionsize); in process_options()
1631 if (all_options->as_mss.length != 4) { in process_options()
1634 tmp = ntohs(all_options->as_mss.mss); in process_options()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_cm.h158 struct option_mss as_mss; member
Di40iw_cm.c661 all_options->as_mss.length, in i40iw_process_options()
665 if (all_options->as_mss.length != 4) in i40iw_process_options()
667 tmp = ntohs(all_options->as_mss.mss); in i40iw_process_options()
1358 options->as_mss.optionnum = OPTION_NUMBER_MSS; in i40iw_send_syn()
1359 options->as_mss.length = sizeof(struct option_mss); in i40iw_send_syn()
1360 options->as_mss.mss = htons(cm_node->tcp_cntxt.mss); in i40iw_send_syn()