Home
last modified time | relevance | path

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

/drivers/infiniband/hw/nes/
Dnes_cm.h122 struct option_mss as_mss; member
Dnes_cm.c659 options->as_mss.optionnum = OPTION_NUMBER_MSS; in send_syn()
660 options->as_mss.length = sizeof(struct option_mss); in send_syn()
661 options->as_mss.mss = htons(cm_node->tcp_cntxt.mss); in send_syn()
1233 all_options->as_mss.length, offset, optionsize); in process_options()
1235 if (all_options->as_mss.length != 4) { in process_options()
1238 tmp = ntohs(all_options->as_mss.mss); in process_options()