Home
last modified time | relevance | path

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

/Linux-v5.4/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()