Home
last modified time | relevance | path

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

/Linux-v4.19/net/phonet/
Dsocket.c52 #define PN_HASHSIZE 16 macro
53 #define PN_HASHMASK (PN_HASHSIZE-1)
57 struct hlist_head hlist[PN_HASHSIZE];
65 for (i = 0; i < PN_HASHSIZE; i++) in pn_sock_init()
123 for (h = 0; h < PN_HASHSIZE; h++) { in pn_deliver_sock_broadcast()
550 for (h = 0; h < PN_HASHSIZE; h++) { in pn_sock_get_idx()