Home
last modified time | relevance | path

Searched refs:synack_type (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv4/
H A Dtcp_output.c474 enum tcp_synack_type synack_type) in bpf_skops_write_hdr_opt_arg0() argument
479 if (unlikely(synack_type == TCP_SYNACK_COOKIE)) in bpf_skops_write_hdr_opt_arg0()
489 enum tcp_synack_type synack_type, in bpf_skops_hdr_opt_len() argument
531 sock_ops.args[0] = bpf_skops_write_hdr_opt_arg0(skb, synack_type); in bpf_skops_hdr_opt_len()
552 enum tcp_synack_type synack_type, in bpf_skops_write_hdr_opt() argument
576 sock_ops.args[0] = bpf_skops_write_hdr_opt_arg0(skb, synack_type); in bpf_skops_write_hdr_opt()
596 enum tcp_synack_type synack_type, in bpf_skops_hdr_opt_len() argument
605 enum tcp_synack_type synack_type, in bpf_skops_write_hdr_opt() argument
908 enum tcp_synack_type synack_type, in tcp_synack_options() argument
923 if (synack_type != TCP_SYNACK_COOKIE) in tcp_synack_options()
[all …]
H A Dtcp_ipv4.c1178 enum tcp_synack_type synack_type, argument
1191 skb = tcp_make_synack(sk, dst, req, foc, synack_type, syn_skb);
/linux/net/mptcp/
H A Dsubflow.c344 enum tcp_synack_type synack_type) in subflow_prep_synack() argument
353 if (synack_type == TCP_SYNACK_FASTOPEN) in subflow_prep_synack()
361 enum tcp_synack_type synack_type, in subflow_v4_send_synack() argument
364 subflow_prep_synack(sk, req, foc, synack_type); in subflow_v4_send_synack()
367 synack_type, syn_skb); in subflow_v4_send_synack()
375 enum tcp_synack_type synack_type, in subflow_v6_send_synack() argument
378 subflow_prep_synack(sk, req, foc, synack_type); in subflow_v6_send_synack()
381 synack_type, syn_skb); in subflow_v6_send_synack()
/linux/net/ipv6/
H A Dtcp_ipv6.c526 enum tcp_synack_type synack_type, in tcp_v6_send_synack() argument
542 skb = tcp_make_synack(sk, dst, req, foc, synack_type, syn_skb); in tcp_v6_send_synack()
/linux/include/net/
H A Dtcp.h478 enum tcp_synack_type synack_type,
2315 enum tcp_synack_type synack_type,