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

/linux-master/net/ipv4/
H A Draw_diag.c144 int num, s_num, slot, s_slot; local
154 s_slot = cb->args[0];
158 for (slot = s_slot; slot < RAW_HTABLE_SIZE; s_num = 0, slot++) {
H A Dudp_diag.c96 int num, s_num, slot, s_slot; local
101 s_slot = cb->args[0];
104 for (slot = s_slot; slot <= table->mask; s_num = 0, slot++) {
/linux-master/net/mptcp/
H A Dtoken.c288 * @s_slot: start slot number
297 struct mptcp_sock *mptcp_token_iter_next(const struct net *net, long *s_slot, argument
304 for (slot = *s_slot; slot <= token_mask; *s_num = 0, slot++) {
338 *s_slot = slot;
H A Dmptcp_diag.c69 long s_slot; member in struct:mptcp_diag_ctx
166 while ((msk = mptcp_token_iter_next(net, &diag_ctx->s_slot,
H A Dpm_netlink.c1260 long s_slot = 0, s_num = 0; local
1262 while ((msk = mptcp_token_iter_next(net, &s_slot, &s_num)) != NULL) {
1407 long s_slot = 0, s_num = 0; local
1414 while ((msk = mptcp_token_iter_next(net, &s_slot, &s_num)) != NULL) {
1446 long s_slot = 0, s_num = 0; local
1451 while ((msk = mptcp_token_iter_next(net, &s_slot, &s_num)) != NULL) {
1572 long s_slot = 0, s_num = 0; local
1578 while ((msk = mptcp_token_iter_next(net, &s_slot, &s_num)) != NULL) {
1862 long s_slot = 0, s_num = 0; local
1866 while ((msk = mptcp_token_iter_next(net, &s_slot,
[all...]
H A Dprotocol.h911 struct mptcp_sock *mptcp_token_iter_next(const struct net *net, long *s_slot,
/linux-master/net/unix/
H A Ddiag.c202 int num, s_num, slot, s_slot; local
207 s_slot = cb->args[0];
210 for (slot = s_slot; slot < UNIX_HASH_SIZE; s_num = 0, slot++) {

Completed in 135 milliseconds