Home | History | Annotate | Download | only in route

Lines Matching refs:WEIGHT

31  *  - Weight (>= 2.6.9)
474 nl_dump(p, "txqlen %u weight %u ", link->l_txqlen, link->l_weight);
695 diff |= LINK_DIFF(WEIGHT, a->l_weight != b->l_weight);
720 __ADD(LINK_ATTR_WEIGHT, weight)
1305 void rtnl_link_set_weight(struct rtnl_link *link, unsigned int weight)
1307 link->l_weight = weight;