Searched refs:s_slot (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/net/ipv4/ |
| D | raw_diag.c | 148 int num, s_num, slot, s_slot; in raw_diag_dump() local 157 s_slot = cb->args[0]; in raw_diag_dump() 161 for (slot = s_slot; slot < RAW_HTABLE_SIZE; s_num = 0, slot++) { in raw_diag_dump()
|
| D | udp_diag.c | 98 int num, s_num, slot, s_slot; in udp_dump() local 103 s_slot = cb->args[0]; in udp_dump() 106 for (slot = s_slot; slot <= table->mask; s_num = 0, slot++) { in udp_dump()
|
| /Linux-v5.10/net/mptcp/ |
| D | token.c | 289 struct mptcp_sock *mptcp_token_iter_next(const struct net *net, long *s_slot, in mptcp_token_iter_next() argument 296 for (slot = *s_slot; slot <= token_mask; *s_num = 0, slot++) { in mptcp_token_iter_next() 330 *s_slot = slot; in mptcp_token_iter_next()
|
| D | pm_netlink.c | 768 long s_slot = 0, s_num = 0; in mptcp_nl_remove_subflow_and_signal_addr() local 772 while ((msk = mptcp_token_iter_next(net, &s_slot, &s_num)) != NULL) { in mptcp_nl_remove_subflow_and_signal_addr()
|
| D | protocol.h | 428 struct mptcp_sock *mptcp_token_iter_next(const struct net *net, long *s_slot,
|
| /Linux-v5.10/net/unix/ |
| D | diag.c | 198 int num, s_num, slot, s_slot; in unix_diag_dump() local 203 s_slot = cb->args[0]; in unix_diag_dump() 207 for (slot = s_slot; in unix_diag_dump()
|