Lines Matching refs:hp
16 void printhashdata(hp, opts) in printhashdata() argument
17 iphtable_t *hp; in printhashdata()
22 if ((hp->iph_type & IPHASH_ANON) == IPHASH_ANON)
24 switch (hp->iph_type & ~IPHASH_ANON)
31 if (hp->iph_flags & FR_INQUE)
33 else if (hp->iph_flags & FR_OUTQUE)
39 PRINTF("%#x", hp->iph_type);
44 PRINTF("Hash Table Number: %s", hp->iph_name);
45 if ((hp->iph_type & IPHASH_ANON) == IPHASH_ANON)
51 switch (hp->iph_unit)
66 PRINTF("#%d", hp->iph_unit);
71 if ((hp->iph_type & ~IPHASH_ANON) == IPHASH_LOOKUP)
74 hp->iph_name, (u_long)hp->iph_size);
75 if (hp->iph_seed != 0)
76 PRINTF(" seed = %lu", hp->iph_seed);
80 switch (hp->iph_type & ~IPHASH_ANON)
86 PRINTF("groupmap Group. %s", hp->iph_name);
94 (u_long)hp->iph_size, hp->iph_seed);
95 PRINTF("\tRef. Count: %d\tMasks: %#x\n", hp->iph_ref,
96 hp->iph_masks[0]);
104 if ((1 << i) & hp->iph_masks[0]) {