Searched refs:s_num (Results 1 - 11 of 11) sorted by relevance

/linux-master/net/netlink/
H A Ddiag.c90 int protocol, int s_num)
104 if (s_num > 1)
117 if (!s_num)
162 if (num < s_num) {
188 int s_num = cb->args[0]; local
197 err = __netlink_diag_dump(skb, cb, i, s_num);
200 s_num = 0;
207 err = __netlink_diag_dump(skb, cb, req->sdiag_protocol, s_num);
89 __netlink_diag_dump(struct sk_buff *skb, struct netlink_callback *cb, int protocol, int s_num) argument
/linux-master/net/ipv4/
H A Draw_diag.c144 int num, s_num, slot, s_slot; local
155 num = s_num = cb->args[1];
158 for (slot = s_slot; slot < RAW_HTABLE_SIZE; s_num = 0, slot++) {
167 if (num < s_num)
H A Dudp_diag.c96 int num, s_num, slot, s_slot; local
102 num = s_num = cb->args[1];
104 for (slot = s_slot; slot <= table->mask; s_num = 0, slot++) {
119 if (num < s_num)
H A Dinet_diag.c1027 int i, num, s_i, s_num; local
1035 s_num = num = cb->args[2];
1049 s_num = 0;
1059 if (num < s_num) {
1087 s_num = 0;
1091 s_i = num = s_num = 0;
1117 s_num = 0;
1128 if (num < s_num)
1172 s_num = num + 1;
1176 s_num
[all...]
/linux-master/net/mptcp/
H A Dtoken.c289 * @s_num: start number inside the given lock
298 long *s_num)
304 for (slot = *s_slot; slot <= token_mask; *s_num = 0, slot++) {
319 if (num <= *s_num)
339 *s_num = num;
297 mptcp_token_iter_next(const struct net *net, long *s_slot, long *s_num) argument
H A Dmptcp_diag.c70 long s_num; member in struct:mptcp_diag_ctx
167 &diag_ctx->s_num)) != NULL) {
189 diag_ctx->s_num--;
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, &s_num)) !
[all...]
H A Dprotocol.h912 long *s_num);
/linux-master/net/unix/
H A Ddiag.c202 int num, s_num, slot, s_slot; local
208 num = s_num = cb->args[1];
210 for (slot = s_slot; slot < UNIX_HASH_SIZE; s_num = 0, slot++) {
216 if (num < s_num)
/linux-master/net/xdp/
H A Dxsk_diag.c155 int num = 0, s_num = cb->args[0]; local
163 if (num++ < s_num)
/linux-master/net/packet/
H A Ddiag.c190 int num = 0, s_num = cb->args[0]; local
204 if (num < s_num)

Completed in 245 milliseconds