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.c458 enum tcp_synack_type synack_type) in bpf_skops_hdr_opt_len()
463 if (unlikely(synack_type == TCP_SYNACK_COOKIE)) in bpf_skops_hdr_opt_len()
469 /* req, syn_skb and synack_type are used when writing synack */ in bpf_skops_hdr_opt_len()
473 enum tcp_synack_type synack_type, in bpf_skops_hdr_opt_len()
516 sock_ops.args[0] = bpf_skops_write_hdr_opt_arg0(skb, synack_type); in bpf_skops_write_hdr_opt()
537 enum tcp_synack_type synack_type, in bpf_skops_write_hdr_opt()
562 sock_ops.args[0] = bpf_skops_write_hdr_opt_arg0(skb, synack_type); in bpf_skops_hdr_opt_len()
582 enum tcp_synack_type synack_type, in process_tcp_ao_options()
591 enum tcp_synack_type synack_type, in process_tcp_ao_options()
1064 enum tcp_synack_type synack_type, in tcp_synack_options()
436 bpf_skops_write_hdr_opt_arg0(struct sk_buff * skb,enum tcp_synack_type synack_type) bpf_skops_write_hdr_opt_arg0() argument
451 bpf_skops_hdr_opt_len(struct sock * sk,struct sk_buff * skb,struct request_sock * req,struct sk_buff * syn_skb,enum tcp_synack_type synack_type,struct tcp_out_options * opts,unsigned int * remaining) bpf_skops_hdr_opt_len() argument
515 bpf_skops_write_hdr_opt(struct sock * sk,struct sk_buff * skb,struct request_sock * req,struct sk_buff * syn_skb,enum tcp_synack_type synack_type,struct tcp_out_options * opts) bpf_skops_write_hdr_opt() argument
560 bpf_skops_hdr_opt_len(struct sock * sk,struct sk_buff * skb,struct request_sock * req,struct sk_buff * syn_skb,enum tcp_synack_type synack_type,struct tcp_out_options * opts,unsigned int * remaining) bpf_skops_hdr_opt_len() argument
569 bpf_skops_write_hdr_opt(struct sock * sk,struct sk_buff * skb,struct request_sock * req,struct sk_buff * syn_skb,enum tcp_synack_type synack_type,struct tcp_out_options * opts) bpf_skops_write_hdr_opt() argument
1039 tcp_synack_options(const struct sock * sk,struct request_sock * req,unsigned int mss,struct sk_buff * skb,struct tcp_out_options * opts,const struct tcp_key * key,struct tcp_fastopen_cookie * foc,enum tcp_synack_type synack_type,struct sk_buff * syn_skb) tcp_synack_options() argument
3898 tcp_make_synack(const struct sock * sk,struct dst_entry * dst,struct request_sock * req,struct tcp_fastopen_cookie * foc,enum tcp_synack_type synack_type,struct sk_buff * syn_skb) tcp_make_synack() argument
[all...]
H A Dtcp_ipv4.c1187 enum tcp_synack_type synack_type, argument
1200 skb = tcp_make_synack(sk, dst, req, foc, synack_type, syn_skb);
/linux/net/mptcp/
H A Dsubflow.c345 enum tcp_synack_type synack_type) in subflow_prep_synack() argument
354 if (synack_type == TCP_SYNACK_FASTOPEN) in subflow_prep_synack()
362 enum tcp_synack_type synack_type, in subflow_v4_send_synack() argument
365 subflow_prep_synack(sk, req, foc, synack_type); in subflow_v4_send_synack()
368 synack_type, syn_skb); in subflow_v4_send_synack()
376 enum tcp_synack_type synack_type, in subflow_v6_send_synack() argument
379 subflow_prep_synack(sk, req, foc, synack_type); in subflow_v6_send_synack()
382 synack_type, syn_skb); in subflow_v6_send_synack()
/linux/include/net/
H A Dtcp.h560 enum tcp_synack_type synack_type,
2470 enum tcp_synack_type synack_type, in tcp_get_current_key()
/linux/net/ipv6/
H A Dtcp_ipv6.c530 enum tcp_synack_type synack_type, in tcp_v6_send_synack()
546 skb = tcp_make_synack(sk, dst, req, foc, synack_type, syn_skb); in tcp_v6_send_synack()
529 tcp_v6_send_synack(const struct sock * sk,struct dst_entry * dst,struct flowi * fl,struct request_sock * req,struct tcp_fastopen_cookie * foc,enum tcp_synack_type synack_type,struct sk_buff * syn_skb) tcp_v6_send_synack() argument