RAW_HTABLE_SIZE 37 include/net/raw.h struct hlist_head ht[RAW_HTABLE_SIZE]; RAW_HTABLE_SIZE 98 net/ipv4/raw.c head = &h->ht[inet_sk(sk)->inet_num & (RAW_HTABLE_SIZE - 1)]; RAW_HTABLE_SIZE 212 net/ipv4/raw.c hash = protocol & (RAW_HTABLE_SIZE - 1); RAW_HTABLE_SIZE 293 net/ipv4/raw.c hash = protocol & (RAW_HTABLE_SIZE - 1); RAW_HTABLE_SIZE 997 net/ipv4/raw.c for (state->bucket = 0; state->bucket < RAW_HTABLE_SIZE; RAW_HTABLE_SIZE 1019 net/ipv4/raw.c if (!sk && ++state->bucket < RAW_HTABLE_SIZE) { RAW_HTABLE_SIZE 68 net/ipv4/raw_diag.c for (slot = 0; slot < RAW_HTABLE_SIZE; slot++) { RAW_HTABLE_SIZE 163 net/ipv4/raw_diag.c for (slot = s_slot; slot < RAW_HTABLE_SIZE; s_num = 0, slot++) { RAW_HTABLE_SIZE 169 net/ipv6/raw.c hash = nexthdr & (RAW_HTABLE_SIZE - 1); RAW_HTABLE_SIZE 234 net/ipv6/raw.c raw_sk = sk_head(&raw_v6_hashinfo.ht[nexthdr & (RAW_HTABLE_SIZE - 1)]); RAW_HTABLE_SIZE 369 net/ipv6/raw.c hash = nexthdr & (RAW_HTABLE_SIZE - 1);