Searched refs:cnt (Results 26 - 31 of 31) sorted by relevance

12

/net/tipc/
H A Dname_table.c148 static struct sub_seq *tipc_subseq_alloc(u32 cnt) argument
150 return kcalloc(cnt, sizeof(struct sub_seq), GFP_ATOMIC);
/net/ipv4/
H A Dtcp.c3067 int max_rshare, max_wshare, cnt; local
3116 cnt = tcp_hashinfo.ehash_mask + 1;
3118 tcp_death_row.sysctl_max_tw_buckets = cnt / 2;
3119 sysctl_tcp_max_orphans = cnt / 2;
3120 sysctl_max_syn_backlog = max(128, cnt / 256);
/net/xfrm/
H A Dxfrm_policy.c516 unsigned int cnt = net->xfrm.policy_count[dir]; local
520 *total += cnt;
523 cnt > hmask)
940 int dir, err = 0, cnt = 0; local
959 cnt++;
978 cnt++;
989 if (!cnt)
H A Dxfrm_state.c584 int i, err = 0, cnt = 0; local
606 cnt++;
613 if (cnt)
/net/core/
H A Dpktgen.c1556 unsigned int n, cnt; local
1562 cnt = sprintf(pg_result, "OK: mpls=");
1564 cnt += sprintf(pg_result + cnt,
/net/ipv6/
H A Daddrconf.c1539 int cnt = 0; local
1544 cnt++;
1546 return cnt;

Completed in 446 milliseconds

12