Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_cm.c639 u32 optionsize, in i40iw_process_options() argument
647 while (offset < optionsize) { in i40iw_process_options()
651 offset = optionsize; in i40iw_process_options()
663 optionsize); in i40iw_process_options()
698 int optionsize, in i40iw_handle_tcp_options() argument
703 if (optionsize) { in i40iw_handle_tcp_options()
706 optionsize, in i40iw_handle_tcp_options()
2592 int optionsize; in i40iw_handle_syn_pkt() local
2595 optionsize = (tcph->doff << 2) - sizeof(struct tcphdr); in i40iw_handle_syn_pkt()
2612 ret = i40iw_handle_tcp_options(cm_node, tcph, optionsize, 1); in i40iw_handle_syn_pkt()
[all …]