Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_ipv4.c2462 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk)
2491 if (seq_sk_match(seq, sk))
2518 if (seq_sk_match(seq, sk))
2574 if (seq_sk_match(seq, sk))
2596 if (seq_sk_match(seq, sk))
3056 if (seq_sk_match(seq, sk)) {
3085 if (seq_sk_match(seq, sk)) {
2463 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) global() function
H A Dudp.c3149 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) in seq_sk_match() function
3180 if (seq_sk_match(seq, sk)) in udp_get_first()
3198 } while (sk && !seq_sk_match(seq, sk)); in udp_get_next()
3386 if (seq_sk_match(seq, sk)) { in bpf_iter_udp_batch()