Home
last modified time | relevance | path

Searched refs:seq_sk_match (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/ipv4/
H A Dtcp_ipv4.c2599 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) function
2628 if (seq_sk_match(seq, sk))
2655 if (seq_sk_match(seq, sk))
2711 if (seq_sk_match(seq, sk))
2733 if (seq_sk_match(seq, sk))
3082 if (seq_sk_match(seq, sk)) {
3110 if (seq_sk_match(seq, sk)) {
H A Dudp.c3227 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) in seq_sk_match() function
3271 if (seq_sk_match(seq, sk)) in udp_get_first()
3289 } while (sk && !seq_sk_match(seq, sk)); in udp_get_next()
3447 if (seq_sk_match(seq, sk)) { in bpf_iter_udp_batch()