Searched refs:SKARR_SZ (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv4/
H A Dinet_diag.c1094 /* Process a maximum of SKARR_SZ sockets at a time when walking hash buckets
1097 #define SKARR_SZ 16 macro
1107 struct sock *sk_arr[SKARR_SZ];
1108 int num_arr[SKARR_SZ];
1145 if (++accum == SKARR_SZ)
1171 if (accum == SKARR_SZ) {
1190 struct sock *sk_arr[SKARR_SZ];
1191 int num_arr[SKARR_SZ];
1234 if (++accum == SKARR_SZ)
1253 if (accum == SKARR_SZ) {
[all...]

Completed in 104 milliseconds