Searched refs:nla_newdst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/mpls/ |
H A D | af_mpls.c | 887 struct nlattr *nla_via, *nla_newdst; in mpls_nh_build_multi() local 896 nla_newdst = NULL; in mpls_nh_build_multi() 913 nla_newdst = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_nh_build_multi() 917 rtnh->rtnh_ifindex, nla_via, nla_newdst, in mpls_nh_build_multi()
|
/kernel/linux/linux-6.6/net/mpls/ |
H A D | af_mpls.c | 890 struct nlattr *nla_via, *nla_newdst; in mpls_nh_build_multi() local 899 nla_newdst = NULL; in mpls_nh_build_multi() 916 nla_newdst = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_nh_build_multi() 920 rtnh->rtnh_ifindex, nla_via, nla_newdst, in mpls_nh_build_multi()
|
Completed in 7 milliseconds