Searched refs:syn_skb (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 471 struct sk_buff *syn_skb, in bpf_skops_hdr_opt_len() argument 506 sock_ops.syn_skb = syn_skb; in bpf_skops_hdr_opt_len() 535 struct sk_buff *syn_skb, in bpf_skops_write_hdr_opt() argument 552 sock_ops.syn_skb = syn_skb; in bpf_skops_write_hdr_opt() 580 struct sk_buff *syn_skb, in bpf_skops_hdr_opt_len() argument 590 struct sk_buff *syn_skb, in bpf_skops_write_hdr_opt() argument 1068 struct sk_buff *syn_skb) in tcp_synack_options() argument 1142 remaining = bpf_skops_hdr_opt_len((struct sock *)sk, skb, req, syn_skb, in tcp_synack_options() 3935 struct sk_buff *syn_skb) in tcp_make_synack() argument 4030 &key, foc, synack_type, syn_skb) in tcp_make_synack() [all …]
|
| H A D | tcp_ipv4.c | 1164 struct sk_buff *syn_skb) argument 1176 skb = tcp_make_synack(sk, dst, req, foc, synack_type, syn_skb);
|