Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_minisocks.c101 tcp_parse_options(skb, &tmp_opt, 0, NULL); in tcp_timewait_state_process()
548 tcp_parse_options(skb, &tmp_opt, 0, NULL); in tcp_check_req()
Dsyncookies.c288 tcp_parse_options(skb, &tcp_opt, 0, NULL); in cookie_v4_check()
Dtcp_input.c3573 void tcp_parse_options(const struct sk_buff *skb, in tcp_parse_options() function
3681 EXPORT_SYMBOL(tcp_parse_options);
3720 tcp_parse_options(skb, &tp->rx_opt, 1, NULL); in tcp_fast_parse_options()
5347 tcp_parse_options(synack, &opt, 0, NULL); in tcp_rcv_fastopen_synack()
5386 tcp_parse_options(skb, &tp->rx_opt, 0, &foc); in tcp_rcv_synsent_state_process()
5969 tcp_parse_options(skb, &tmp_opt, 0, want_cookie ? NULL : &foc); in tcp_conn_request()
/net/ipv6/
Dsyncookies.c184 tcp_parse_options(skb, &tcp_opt, 0, NULL); in cookie_v6_check()