Searched refs:seq_sk_match (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | tcp_ipv4.c | 2585 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) function 2614 if (seq_sk_match(seq, sk)) 2641 if (seq_sk_match(seq, sk)) 2697 if (seq_sk_match(seq, sk)) 2719 if (seq_sk_match(seq, sk)) 3066 if (seq_sk_match(seq, sk)) { 3094 if (seq_sk_match(seq, sk)) {
|
D | udp.c | 2978 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) in seq_sk_match() function 3022 if (seq_sk_match(seq, sk)) in udp_get_first() 3040 } while (sk && !seq_sk_match(seq, sk)); in udp_get_next() 3198 if (seq_sk_match(seq, sk)) { in bpf_iter_udp_batch()
|