Home
last modified time | relevance | path

Searched refs:addrsel_policyent (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/bsd/netinet6/
H A Din6_src.c1830 struct addrsel_policyent { struct
1831 TAILQ_ENTRY(addrsel_policyent) ape_entry;
1835 TAILQ_HEAD(addrsel_policyhead, addrsel_policyent); argument
2028 struct addrsel_policyent *pent; in match_addrsel_policy()
2073 struct addrsel_policyent *new, *pol; in add_addrsel_policyent()
2075 new = kalloc_type(struct addrsel_policyent, Z_WAITOK | Z_ZERO); in add_addrsel_policyent()
2083 kfree_type(struct addrsel_policyent, new); in add_addrsel_policyent()
2100 struct addrsel_policyent *pol; in walk_addrsel_policy()