Lines Matching defs:policyhead
132 TAILQ_HEAD(policyhead, policyqueue);
256 static void set_source(struct ai_order *, struct policyhead *,
265 static int get_addrselectpolicy(struct policyhead *);
266 static void free_addrselectpolicy(struct policyhead *);
268 struct policyhead *);
707 struct policyhead policyhead;
724 TAILQ_INIT(&policyhead);
725 if (!get_addrselectpolicy(&policyhead)) {
735 &policyhead);
736 set_source(&aio[i], &policyhead, svd);
751 free_addrselectpolicy(&policyhead);
756 get_addrselectpolicy(struct policyhead *head)
797 free_addrselectpolicy(struct policyhead *head)
809 match_addrselectpolicy(struct sockaddr *addr, struct policyhead *head)
876 set_source(struct ai_order *aio, struct policyhead *ph,