Lines Matching defs:af_conf
820 merge_af(int af, struct ldpd_af_conf *af_conf, struct ldpd_af_conf *xa)
825 if (af_conf->keepalive != xa->keepalive) {
826 af_conf->keepalive = xa->keepalive;
830 af_conf->thello_holdtime = xa->thello_holdtime;
831 af_conf->thello_interval = xa->thello_interval;
835 (af_conf->flags & F_LDPD_AF_THELLO_ACCEPT) &&
839 if ((af_conf->flags & F_LDPD_AF_NO_GTSM) !=
849 if ((af_conf->flags & F_LDPD_AF_EXPNULL) !=
853 af_conf->flags = xa->flags;
858 lde_change_egress_label(af, af_conf->flags &
862 kr_change_egress_label(af, af_conf->flags &
870 if (ldp_addrcmp(af, &af_conf->trans_addr, &xa->trans_addr)) {
871 af_conf->trans_addr = xa->trans_addr;