Searched refs:seq_sk_match (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 2467 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) function 2496 if (seq_sk_match(seq, sk)) 2523 if (seq_sk_match(seq, sk)) 2579 if (seq_sk_match(seq, sk)) 2601 if (seq_sk_match(seq, sk)) 3061 if (seq_sk_match(seq, sk)) { 3086 if (!seq_sk_match(seq, sk))
|
| H A D | udp.c | 3171 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) in seq_sk_match() function 3202 if (seq_sk_match(seq, sk)) in udp_get_first() 3220 } while (sk && !seq_sk_match(seq, sk)); in udp_get_next() 3408 if (seq_sk_match(seq, sk)) { in bpf_iter_udp_batch()
|