Searched refs:pph (Results 1 – 5 of 5) sorted by relevance
430 struct bfd_hash_entry **pph; local433 for (pph = &table->table[index];434 (*pph) != (struct bfd_hash_entry *) NULL;435 pph = &(*pph)->next)437 if (*pph == old)439 *pph = nw;
431 struct bfd_hash_entry **pph; in bfd_hash_replace() local434 for (pph = &table->table[index]; in bfd_hash_replace()435 (*pph) != NULL; in bfd_hash_replace()436 pph = &(*pph)->next) in bfd_hash_replace()438 if (*pph == old) in bfd_hash_replace()440 *pph = nw; in bfd_hash_replace()
685 struct rx_pph *pph; in bce_rxintr() local708 pph = (struct rx_pph *)(sc->bce_data + i * MCLBYTES); in bce_rxintr()709 if (pph->flags & (RXF_NO | RXF_RXER | RXF_CRC | RXF_OV)) { in bce_rxintr()711 pph->len = 0; in bce_rxintr()712 pph->flags = 0; in bce_rxintr()716 len = pph->len; in bce_rxintr()719 pph->len = 0; in bce_rxintr()720 pph->flags = 0; in bce_rxintr()
191 struct cref_hash_entry ***pph = data; in cref_fill_array() local196 **pph = h; in cref_fill_array()198 ++*pph; in cref_fill_array()
192 struct cref_hash_entry ***pph = data; in cref_fill_array() local197 **pph = h; in cref_fill_array()199 ++*pph; in cref_fill_array()