Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_minisocks.c109 tcp_parse_options(skb, &tmp_opt, 0, NULL); in tcp_timewait_state_process()
584 tcp_parse_options(skb, &tmp_opt, 0, NULL); in tcp_check_req()
Dsyncookies.c326 tcp_parse_options(skb, &tcp_opt, 0, NULL); in cookie_v4_check()
Dtcp_input.c3697 void tcp_parse_options(const struct sk_buff *skb, in tcp_parse_options() function
3806 EXPORT_SYMBOL(tcp_parse_options);
3845 tcp_parse_options(skb, &tp->rx_opt, 1, NULL); in tcp_fast_parse_options()
5477 tcp_parse_options(synack, &opt, 0, NULL); in tcp_rcv_fastopen_synack()
5525 tcp_parse_options(skb, &tp->rx_opt, 0, &foc); in tcp_rcv_synsent_state_process()
6201 tcp_parse_options(skb, &tmp_opt, 0, want_cookie ? NULL : &foc); in tcp_conn_request()
/linux-4.4.14/net/ipv6/
Dsyncookies.c167 tcp_parse_options(skb, &tcp_opt, 0, NULL); in cookie_v6_check()
/linux-4.4.14/include/net/
Dtcp.h441 void tcp_parse_options(const struct sk_buff *skb,
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c3672 tcp_parse_options(skb, &tmp_opt, 0, NULL); in build_cpl_pass_accept_req()