Searched refs:seq_sk_match (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/net/ipv4/ |
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()
|
D | udp.c | 2936 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) in seq_sk_match() function 2980 if (seq_sk_match(seq, sk)) in udp_get_first() 2998 } while (sk && !seq_sk_match(seq, sk)); in udp_get_next() 3155 if (seq_sk_match(seq, sk)) { in bpf_iter_udp_batch()
|