Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/ipv4/
H A Draw_diag.c144 int num, s_num, slot, s_slot; in raw_diag_dump() local
154 s_slot = cb->args[0]; in raw_diag_dump()
158 for (slot = s_slot; slot < RAW_HTABLE_SIZE; s_num = 0, slot++) { in raw_diag_dump()
H A Dudp_diag.c96 int num, s_num, slot, s_slot; in udp_dump() local
101 s_slot = cb->args[0]; in udp_dump()
104 for (slot = s_slot; slot <= table->mask; s_num = 0, slot++) { in udp_dump()
/kernel/linux/linux-5.10/net/unix/
H A Ddiag.c201 int num, s_num, slot, s_slot; in unix_diag_dump() local
206 s_slot = cb->args[0]; in unix_diag_dump()
210 for (slot = s_slot; in unix_diag_dump()
/kernel/linux/linux-5.10/net/ipv4/
H A 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()
H A 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()
/kernel/linux/linux-5.10/net/mptcp/
H A Dtoken.c285 * @s_slot: start slot number
294 struct mptcp_sock *mptcp_token_iter_next(const struct net *net, long *s_slot, in mptcp_token_iter_next() argument
301 for (slot = *s_slot; slot <= token_mask; *s_num = 0, slot++) { in mptcp_token_iter_next()
335 *s_slot = slot; in mptcp_token_iter_next()
H A Dprotocol.h428 struct mptcp_sock *mptcp_token_iter_next(const struct net *net, long *s_slot,
H A 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()
/kernel/linux/linux-6.6/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, in mptcp_token_iter_next() argument
304 for (slot = *s_slot; slot <= token_mask; *s_num = 0, slot++) { in mptcp_token_iter_next()
338 *s_slot = slot; in mptcp_token_iter_next()
H A Dmptcp_diag.c70 long s_slot; member
167 while ((msk = mptcp_token_iter_next(net, &diag_ctx->s_slot, in mptcp_diag_dump()
H A Dpm_netlink.c1292 long s_slot = 0, s_num = 0; in mptcp_nl_add_subflow_or_signal_addr() local
1294 while ((msk = mptcp_token_iter_next(net, &s_slot, &s_num)) != NULL) { in mptcp_nl_add_subflow_or_signal_addr()
1439 long s_slot = 0, s_num = 0; in mptcp_nl_remove_subflow_and_signal_addr() local
1446 while ((msk = mptcp_token_iter_next(net, &s_slot, &s_num)) != NULL) { in mptcp_nl_remove_subflow_and_signal_addr()
1478 long s_slot = 0, s_num = 0; in mptcp_nl_remove_id_zero_address() local
1483 while ((msk = mptcp_token_iter_next(net, &s_slot, &s_num)) != NULL) { in mptcp_nl_remove_id_zero_address()
1604 long s_slot = 0, s_num = 0; in mptcp_nl_remove_addrs_list() local
1610 while ((msk = mptcp_token_iter_next(net, &s_slot, &s_num)) != NULL) { in mptcp_nl_remove_addrs_list()
1885 long s_slot = 0, s_num = 0; in mptcp_nl_set_flags() local
1889 while ((msk = mptcp_token_iter_next(net, &s_slot, in mptcp_nl_set_flags()
[all...]
H A Dprotocol.h851 struct mptcp_sock *mptcp_token_iter_next(const struct net *net, long *s_slot,
/kernel/linux/linux-6.6/net/unix/
H A Ddiag.c202 int num, s_num, slot, s_slot; in unix_diag_dump() local
207 s_slot = cb->args[0]; in unix_diag_dump()
210 for (slot = s_slot; slot < UNIX_HASH_SIZE; s_num = 0, slot++) { in unix_diag_dump()

Completed in 13 milliseconds