Searched refs:tcp_parse_options (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcp_custom_syncookie.c | 284 static void tcp_parse_options(struct tcp_syncookie *ctx) in tcp_parse_options() function 408 tcp_parse_options(ctx); in tcp_handle_syn() 545 tcp_parse_options(ctx); in tcp_handle_ack()
|
| /linux/net/ipv6/ |
| H A D | syncookies.c | 151 tcp_parse_options(net, skb, &tcp_opt, 0, NULL); in cookie_tcp_check()
|
| /linux/net/ipv4/ |
| H A D | tcp_minisocks.c | 121 tcp_parse_options(twsk_net(tw), skb, &tmp_opt, 0, NULL); in tcp_timewait_state_process() 705 tcp_parse_options(sock_net(sk), skb, &tmp_opt, 0, NULL); in tcp_check_req()
|
| H A D | syncookies.c | 374 tcp_parse_options(net, skb, &tcp_opt, 0, NULL); in cookie_tcp_check()
|
| H A D | tcp_input.c | 4529 void tcp_parse_options(const struct net *net, 4665 EXPORT_SYMBOL(tcp_parse_options); in tcp_parse_options() 4687 * If it is wrong it falls back on tcp_parse_options(). 4708 tcp_parse_options(net, skb, &tp->rx_opt, 1, NULL); in tcp_fast_parse_options() 6739 tcp_parse_options(sock_net(sk), synack, &opt, 0, NULL); in tcp_init_transfer() 6823 tcp_parse_options(sock_net(sk), skb, &tp->rx_opt, 0, &foc); in tcp_rcv_fastopen_synack() 7640 tcp_parse_options(sock_net(sk), skb, &tmp_opt, 0, in tcp_conn_request() 4531 void tcp_parse_options(const struct net *net, tcp_parse_options() function
|
| /linux/include/net/ |
| H A D | tcp.h | 537 void tcp_parse_options(const struct net *net, const struct sk_buff *skb,
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | cm.c | 3957 tcp_parse_options(&init_net, skb, &tmp_opt, 0, NULL); in build_cpl_pass_accept_req()
|