Lines Matching defs:policy
147 SYSCTL_DESCR("default source selection policy"),
286 * according to the source address-selection policy for this
465 * the default policy, increase the sequence number on the
466 * default policy, forcing routes that cache a source
467 * (rt_ifa) found by the default policy to refresh their
486 char policy[IN_SELECTSRC_LEN];
494 (error = in_get_selectsrc(iss, policy, sizeof(policy))) >= sizeof(policy))
496 node.sysctl_data = &policy[0];
501 return in_set_selectsrc(iss, policy);
532 SYSCTL_DESCR("source selection policy"),