Searched refs:handle_tcp_options (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/infiniband/hw/nes/ |
| D | nes_cm.c | 115 static int handle_tcp_options(struct nes_cm_node *cm_node, struct tcphdr *tcph, struct sk_buff *skb… 2067 ret = handle_tcp_options(cm_node, tcph, skb, optionsize, in handle_syn_pkt() 2119 ret = handle_tcp_options(cm_node, tcph, skb, optionsize, 0); in handle_synack_pkt() 2180 ret = handle_tcp_options(cm_node, tcph, skb, optionsize, 1); in handle_ack_pkt() 2250 static int handle_tcp_options(struct nes_cm_node *cm_node, struct tcphdr *tcph, in handle_tcp_options() function
|