Home
last modified time | relevance | path

Searched refs:s_slot (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/net/ipv4/
Draw_diag.c148 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()
Dudp_diag.c98 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/
Dtoken.c289 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()
Dpm_netlink.c768 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()
Dprotocol.h428 struct mptcp_sock *mptcp_token_iter_next(const struct net *net, long *s_slot,
/Linux-v5.10/net/unix/
Ddiag.c198 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()