Searched refs:addrsel_policyent (Results 1 – 1 of 1) sorted by relevance
1743 struct addrsel_policyent { struct1744 TAILQ_ENTRY(addrsel_policyent) ape_entry;1748 TAILQ_HEAD(addrsel_policyhead, addrsel_policyent); argument1943 struct addrsel_policyent *pent; in match_addrsel_policy()1988 struct addrsel_policyent *new, *pol; in add_addrsel_policyent()1990 new = kalloc_type(struct addrsel_policyent, Z_WAITOK | Z_ZERO); in add_addrsel_policyent()2001 kfree_type(struct addrsel_policyent, new); in add_addrsel_policyent()2018 struct addrsel_policyent *pol; in delete_addrsel_policyent()2038 kfree_type(struct addrsel_policyent, pol); in delete_addrsel_policyent()2050 struct addrsel_policyent *pol; in walk_addrsel_policy()