Home
last modified time | relevance | path

Searched refs:sctp_ep_hashsize (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/sctp/
H A Dproc.c134 if (*pos >= sctp_ep_hashsize) in sctp_eps_seq_start()
153 if (++*pos >= sctp_ep_hashsize) in sctp_eps_seq_next()
168 if (hash >= sctp_ep_hashsize) in sctp_eps_seq_show()
H A Dprotocol.c1565 sctp_ep_hashsize = 64; in sctp_init()
1573 for (i = 0; i < sctp_ep_hashsize; i++) { in sctp_init()
H A Dsocket.c5315 for (head = sctp_ep_hashtable; hash < sctp_ep_hashsize; in sctp_for_each_endpoint()
/openbmc/linux/include/net/sctp/
H A Dsctp.h504 return (net_hash_mix(net) + lport) & (sctp_ep_hashsize - 1); in sctp_ep_hashfn()
H A Dstructs.h134 #define sctp_ep_hashsize (sctp_globals.ep_hashsize) macro