Searched refs:psa_mpls (Results 1 – 1 of 1) sorted by relevance
1713 struct sockaddr_mpls *psa_mpls = (struct sockaddr_mpls *)src; in rt_mpls_set() local1716 if (psa_mpls == NULL && op != MPLS_OP_POP) in rt_mpls_set()1718 if (psa_mpls != NULL && psa_mpls->smpls_len != sizeof(*psa_mpls)) in rt_mpls_set()1720 if (psa_mpls != NULL && psa_mpls->smpls_family != AF_MPLS) in rt_mpls_set()1728 if (psa_mpls != NULL) in rt_mpls_set()1729 rt_mpls->mpls_label = psa_mpls->smpls_label; in rt_mpls_set()