Searched refs:addrsel_policyent (Results 1 – 1 of 1) sorted by relevance
1838 struct addrsel_policyent { struct1839 TAILQ_ENTRY(addrsel_policyent) ape_entry;1843 TAILQ_HEAD(addrsel_policyhead, addrsel_policyent); argument2036 struct addrsel_policyent *__single pent; in match_addrsel_policy()2081 struct addrsel_policyent *__single new, *__single pol; in add_addrsel_policyent()2083 new = kalloc_type(struct addrsel_policyent, Z_WAITOK | Z_ZERO); in add_addrsel_policyent()2091 kfree_type(struct addrsel_policyent, new); in add_addrsel_policyent()2108 struct addrsel_policyent *__single pol; in walk_addrsel_policy()