Lines Matching refs:policyhead
121 TAILQ_HEAD(policyhead, policyqueue);
272 static void set_source(struct ai_order *, struct policyhead *);
283 static int get_addrselectpolicy(struct policyhead *);
284 static void free_addrselectpolicy(struct policyhead *);
286 struct policyhead *);
679 struct policyhead policyhead; in reorder() local
696 TAILQ_INIT(&policyhead); in reorder()
697 if (!get_addrselectpolicy(&policyhead)) { in reorder()
707 &policyhead); in reorder()
708 set_source(&aio[i], &policyhead); in reorder()
724 free_addrselectpolicy(&policyhead); in reorder()
729 get_addrselectpolicy(struct policyhead *head) in get_addrselectpolicy()
768 free_addrselectpolicy(struct policyhead *head) in free_addrselectpolicy()
780 match_addrselectpolicy(struct sockaddr *addr, struct policyhead *head) in match_addrselectpolicy()
846 set_source(struct ai_order *aio, struct policyhead *ph) in set_source()