Searched refs:seq_sk_match (Results 1 – 2 of 2) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_ipv4.c | 2588 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) function 2617 if (seq_sk_match(seq, sk)) 2644 if (seq_sk_match(seq, sk)) 2700 if (seq_sk_match(seq, sk)) 2722 if (seq_sk_match(seq, sk)) 3071 if (seq_sk_match(seq, sk)) { 3099 if (seq_sk_match(seq, sk)) {
|
H A D | udp.c | 3222 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) in seq_sk_match() function 3266 if (seq_sk_match(seq, sk)) in udp_get_first() 3284 } while (sk && !seq_sk_match(seq, sk)); in udp_get_next() 3442 if (seq_sk_match(seq, sk)) { in bpf_iter_udp_batch()
|