Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_cm.c116 static int handle_tcp_options(struct nes_cm_node *cm_node, struct tcphdr *tcph, struct sk_buff *skb…
1928 ret = handle_tcp_options(cm_node, tcph, skb, optionsize, in handle_syn_pkt()
1980 ret = handle_tcp_options(cm_node, tcph, skb, optionsize, 0); in handle_synack_pkt()
2041 ret = handle_tcp_options(cm_node, tcph, skb, optionsize, 1); in handle_ack_pkt()
2110 static int handle_tcp_options(struct nes_cm_node *cm_node, struct tcphdr *tcph, in handle_tcp_options() function