Searched refs:bpf_skops_hdr_opt_len (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_output.c | 469 static void bpf_skops_hdr_opt_len(struct sock *sk, struct sk_buff *skb, in bpf_skops_hdr_opt_len() function 576 static void bpf_skops_hdr_opt_len(struct sock *sk, struct sk_buff *skb, in bpf_skops_hdr_opt_len() function 833 bpf_skops_hdr_opt_len(sk, skb, NULL, NULL, 0, opts, &remaining); in tcp_syn_options() 903 bpf_skops_hdr_opt_len((struct sock *)sk, skb, req, syn_skb, in tcp_synack_options() 978 bpf_skops_hdr_opt_len(sk, skb, NULL, NULL, 0, opts, &remaining); in tcp_established_options()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_output.c | 478 static void bpf_skops_hdr_opt_len(struct sock *sk, struct sk_buff *skb, in bpf_skops_hdr_opt_len() function 585 static void bpf_skops_hdr_opt_len(struct sock *sk, struct sk_buff *skb, in bpf_skops_hdr_opt_len() function 843 bpf_skops_hdr_opt_len(sk, skb, NULL, NULL, 0, opts, &remaining); in tcp_syn_options() 913 bpf_skops_hdr_opt_len((struct sock *)sk, skb, req, syn_skb, in tcp_synack_options() 988 bpf_skops_hdr_opt_len(sk, skb, NULL, NULL, 0, opts, &remaining); in tcp_established_options()
|
Completed in 13 milliseconds