Home
last modified time | relevance | path

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

/linux/include/net/sctp/
H A Dsctp.h502 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
/linux/net/sctp/
H A Dprotocol.c1553 sctp_ep_hashsize = 64; in sctp_init()
1561 for (i = 0; i < sctp_ep_hashsize; i++) { in sctp_init()
H A Dsocket.c5378 for (head = sctp_ep_hashtable; hash < sctp_ep_hashsize; in sctp_for_each_endpoint()