Home | History | Annotate | Download | only in ip

Lines Matching refs:RTA_MULTIPATH

564 	if (tb[RTA_MULTIPATH]) {
565 struct rtnexthop *nh = RTA_DATA(tb[RTA_MULTIPATH]);
568 len = RTA_PAYLOAD(tb[RTA_MULTIPATH
673 rta->rta_type = RTA_MULTIPATH;
694 addattr_l(n, 1024, RTA_MULTIPATH, RTA_DATA(rta), RTA_PAYLOAD(rta));