Searched refs:p1p (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dact_police.c114 struct tcf_common **p1p; local
116 for (p1p = &tcf_police_ht[h]; *p1p; p1p = &(*p1p)->tcfc_next) {
117 if (*p1p == &p->common) {
119 *p1p = p->tcf_next;
H A Dact_api.c38 struct tcf_common **p1p; local
40 for (p1p = &hinfo->htab[h]; *p1p; p1p = &(*p1p)->tcfc_next) {
41 if (*p1p == p) {
43 *p1p = p->tcfc_next;

Completed in 49 milliseconds