Searched refs:seq_sk_match (Results 1 – 2 of 2) sorted by relevance
/net/ipv4/ |
D | tcp_ipv4.c | 2363 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) in seq_sk_match() function 2392 if (seq_sk_match(seq, sk)) in listening_get_first() 2419 if (seq_sk_match(seq, sk)) in listening_get_next() 2475 if (seq_sk_match(seq, sk)) in established_get_first() 2497 if (seq_sk_match(seq, sk)) in established_get_next() 2844 if (seq_sk_match(seq, sk)) { in bpf_iter_tcp_listening_batch() 2872 if (seq_sk_match(seq, sk)) { in bpf_iter_tcp_established_batch()
|
D | udp.c | 2972 static bool seq_sk_match(struct seq_file *seq, const struct sock *sk) in seq_sk_match() function 3016 if (seq_sk_match(seq, sk)) in udp_get_first() 3034 } while (sk && !seq_sk_match(seq, sk)); in udp_get_next() 3192 if (seq_sk_match(seq, sk)) { in bpf_iter_udp_batch()
|