Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_tcp_custom_syncookie.c284 static void tcp_parse_options(struct tcp_syncookie *ctx) in tcp_parse_options() function
406 tcp_parse_options(ctx); in tcp_handle_syn()
543 tcp_parse_options(ctx); in tcp_handle_ack()
/linux-6.12.1/Documentation/networking/net_cachelines/
Dnetns_ipv4_sysctl.rst84 …caling - - tcp_syn_options,tcp_parse_options
/linux-6.12.1/net/ipv4/
Dtcp_minisocks.c111 tcp_parse_options(twsk_net(tw), skb, &tmp_opt, 0, NULL); in tcp_timewait_state_process()
664 tcp_parse_options(sock_net(sk), skb, &tmp_opt, 0, NULL); in tcp_check_req()
Dsyncookies.c376 tcp_parse_options(net, skb, &tcp_opt, 0, NULL); in cookie_tcp_check()
Dtcp_input.c4183 void tcp_parse_options(const struct net *net, in tcp_parse_options() function
4312 EXPORT_SYMBOL(tcp_parse_options);
4352 tcp_parse_options(net, skb, &tp->rx_opt, 1, NULL); in tcp_fast_parse_options()
6354 tcp_parse_options(sock_net(sk), synack, &opt, 0, NULL); in tcp_rcv_fastopen_synack()
6438 tcp_parse_options(sock_net(sk), skb, &tp->rx_opt, 0, &foc); in tcp_rcv_synsent_state_process()
7235 tcp_parse_options(sock_net(sk), skb, &tmp_opt, 0, in tcp_conn_request()
/linux-6.12.1/net/ipv6/
Dsyncookies.c150 tcp_parse_options(net, skb, &tcp_opt, 0, NULL); in cookie_tcp_check()
/linux-6.12.1/include/net/
Dtcp.h433 void tcp_parse_options(const struct net *net, const struct sk_buff *skb,
/linux-6.12.1/drivers/infiniband/hw/cxgb4/
Dcm.c3957 tcp_parse_options(&init_net, skb, &tmp_opt, 0, NULL); in build_cpl_pass_accept_req()