Searched refs:seq_sk_match (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ipv4.c | 2348 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) in seq_sk_match() function 2377 if (seq_sk_match(seq, sk)) in listening_get_first() 2404 if (seq_sk_match(seq, sk)) in listening_get_next() 2460 if (seq_sk_match(seq, sk)) in established_get_first() 2482 if (seq_sk_match(seq, sk)) in established_get_next() 2829 if (seq_sk_match(seq, sk)) { in bpf_iter_tcp_listening_batch() 2857 if (seq_sk_match(seq, sk)) { in bpf_iter_tcp_established_batch()
|
H A D | udp.c | 2939 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) in seq_sk_match() function 2983 if (seq_sk_match(seq, sk)) in udp_get_first() 3001 } while (sk && !seq_sk_match(seq, sk)); in udp_get_next() 3159 if (seq_sk_match(seq, sk)) { in bpf_iter_udp_batch()
|
Completed in 10 milliseconds