Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_cm.c115 static int handle_tcp_options(struct nes_cm_node *cm_node, struct tcphdr *tcph, struct sk_buff *skb…
2064 ret = handle_tcp_options(cm_node, tcph, skb, optionsize, in handle_syn_pkt()
2116 ret = handle_tcp_options(cm_node, tcph, skb, optionsize, 0); in handle_synack_pkt()
2177 ret = handle_tcp_options(cm_node, tcph, skb, optionsize, 1); in handle_ack_pkt()
2247 static int handle_tcp_options(struct nes_cm_node *cm_node, struct tcphdr *tcph, in handle_tcp_options() function