Searched refs:iphdlr (Results 1 – 2 of 2) sorted by relevance
377 ipv4_hdlr_t *iphdlr; in BCMFASTPATH() local402 for (iphdlr = &ipv4_hash[WET_IPV4_HASH(type)]; in BCMFASTPATH()403 iphdlr; iphdlr = iphdlr->next) { in BCMFASTPATH()404 if (iphdlr->type != type || !iphdlr->ipv4_proc) in BCMFASTPATH()406 if ((ret = (iphdlr->ipv4_proc)(weth, eh, in BCMFASTPATH()