Lines Matching refs:hp
18 void printhashdata(hp, opts)
19 iphtable_t *hp;
24 if ((hp->iph_type & IPHASH_ANON) == IPHASH_ANON)
26 switch (hp->iph_type & ~IPHASH_ANON)
33 if (hp->iph_flags & FR_INQUE)
35 else if (hp->iph_flags & FR_OUTQUE)
41 PRINTF("%#x", hp->iph_type);
46 PRINTF("Hash Table Number: %s", hp->iph_name);
47 if ((hp->iph_type & IPHASH_ANON) == IPHASH_ANON)
53 switch (hp->iph_unit)
68 PRINTF("#%d", hp->iph_unit);
73 if ((hp->iph_type & ~IPHASH_ANON) == IPHASH_LOOKUP)
76 hp->iph_name, (u_long)hp->iph_size);
77 if (hp->iph_seed != 0)
78 PRINTF(" seed = %lu", hp->iph_seed);
82 switch (hp->iph_type & ~IPHASH_ANON)
88 PRINTF("groupmap Group. %s", hp->iph_name);
96 (u_long)hp->iph_size, hp->iph_seed);
97 PRINTF("\tRef. Count: %d\tMasks: %#x\n", hp->iph_ref,
98 hp->iph_masks[0]);
106 if ((1 << i) & hp->iph_masks[0]) {