Searched refs:tcp_parse_options (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/net/ipv4/ |
D | tcp_minisocks.c | 150 tcp_parse_options(skb, &tmp_opt, &hash_location, 0); in tcp_timewait_state_process() 581 tcp_parse_options(skb, &tmp_opt, &hash_location, 0); in tcp_check_req()
|
D | syncookies.c | 296 tcp_parse_options(skb, &tcp_opt, &hash_location, 0); in cookie_v4_check()
|
D | tcp_input.c | 3825 void tcp_parse_options(const struct sk_buff *skb, struct tcp_options_received *opt_rx, in tcp_parse_options() function 3941 EXPORT_SYMBOL(tcp_parse_options); 3977 tcp_parse_options(skb, &tp->rx_opt, hvpp, 1); in tcp_fast_parse_options() 5533 tcp_parse_options(skb, &tp->rx_opt, &hash_location, 0); in tcp_rcv_synsent_state_process()
|
D | tcp_ipv4.c | 1303 tcp_parse_options(skb, &tmp_opt, &hash_location, 0); in tcp_v4_conn_request()
|
/linux-3.3/net/ipv6/ |
D | syncookies.c | 183 tcp_parse_options(skb, &tcp_opt, &hash_location, 0); in cookie_v6_check()
|
D | tcp_ipv6.c | 1200 tcp_parse_options(skb, &tmp_opt, &hash_location, 0); in tcp_v6_conn_request()
|
/linux-3.3/include/net/ |
D | tcp.h | 411 extern void tcp_parse_options(const struct sk_buff *skb,
|