Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_cm.c116 …truct nes_cm_node *cm_node, struct tcphdr *tcph, struct sk_buff *skb, int optionsize, int passive);
437 struct nes_cm_node *cm_node, void *options, u32 optionsize, in form_cm_frame() argument
447 packetsize += optionsize + datasize; in form_cm_frame()
516 tcph->doff = (u16)((sizeof(*tcph) + optionsize + 3) >> 2); in form_cm_frame()
519 if (optionsize) in form_cm_frame()
520 memcpy(buf, options, optionsize); in form_cm_frame()
521 buf += optionsize; in form_cm_frame()
1610 u32 optionsize, u32 syn_packet) in process_options() argument
1617 while (offset < optionsize) { in process_options()
1621 offset = optionsize; in process_options()
[all …]
/Linux-v4.19/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()
2589 int optionsize; in i40iw_handle_syn_pkt() local
2592 optionsize = (tcph->doff << 2) - sizeof(struct tcphdr); in i40iw_handle_syn_pkt()
2609 ret = i40iw_handle_tcp_options(cm_node, tcph, optionsize, 1); in i40iw_handle_syn_pkt()
[all …]