Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dtoken.c294 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 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()
H A Dprotocol.h428 struct mptcp_sock *mptcp_token_iter_next(const struct net *net, long *s_slot,
/OK3568_Linux_fs/kernel/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()