Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_minisocks.c109 tcp_parse_options(skb, &tmp_opt, 0, NULL); in tcp_timewait_state_process()
572 tcp_parse_options(skb, &tmp_opt, 0, NULL); in tcp_check_req()
Dsyncookies.c323 tcp_parse_options(skb, &tcp_opt, 0, NULL); in cookie_v4_check()
Dtcp_input.c3648 void tcp_parse_options(const struct sk_buff *skb, in tcp_parse_options() function
3757 EXPORT_SYMBOL(tcp_parse_options);
3796 tcp_parse_options(skb, &tp->rx_opt, 1, NULL); in tcp_fast_parse_options()
5429 tcp_parse_options(synack, &opt, 0, NULL); in tcp_rcv_fastopen_synack()
5477 tcp_parse_options(skb, &tp->rx_opt, 0, &foc); in tcp_rcv_synsent_state_process()
6133 tcp_parse_options(skb, &tmp_opt, 0, want_cookie ? NULL : &foc); in tcp_conn_request()
/linux-4.1.27/net/ipv6/
Dsyncookies.c187 tcp_parse_options(skb, &tcp_opt, 0, NULL); in cookie_v6_check()
/linux-4.1.27/include/net/
Dtcp.h441 void tcp_parse_options(const struct sk_buff *skb,
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcm.c3552 tcp_parse_options(skb, &tmp_opt, 0, NULL); in build_cpl_pass_accept_req()