Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.c284 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/ipv4/
H A Dtcp_input.c4284 void tcp_parse_options(const struct net *net, in tcp_parse_options() function
4420 EXPORT_SYMBOL(tcp_parse_options);
4463 tcp_parse_options(net, skb, &tp->rx_opt, 1, NULL); in tcp_fast_parse_options()
6564 tcp_parse_options(sock_net(sk), synack, &opt, 0, NULL); in tcp_rcv_fastopen_synack()
6648 tcp_parse_options(sock_net(sk), skb, &tp->rx_opt, 0, &foc); in tcp_rcv_synsent_state_process()
7464 tcp_parse_options(sock_net(sk), skb, &tmp_opt, 0, in tcp_conn_request()
/linux/include/net/
H A Dtcp.h504 void tcp_parse_options(const struct net *net, const struct sk_buff *skb,
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c3957 tcp_parse_options(&init_net, skb, &tmp_opt, 0, NULL); in build_cpl_pass_accept_req()