Searched refs:nh_tclassid (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/ipv4/
H A Dfib_semantics.c226 if (fib_nh->nh_tclassid)
308 nh->nh_tclassid != onh->nh_tclassid ||
645 nh->nh_tclassid = cfg->fc_flow;
646 if (nh->nh_tclassid)
790 if (cfg->fc_flow && nh->nh_tclassid != cfg->fc_flow) {
911 cfg->fc_flow != nh->nh_tclassid)
998 if (nla_get_u32(nla) != nh->nh_tclassid)
1708 int nh_weight, u8 rt_family, u32 nh_tclassid)
1726 if (nh_tclassid
1707 fib_add_nexthop(struct sk_buff *skb, const struct fib_nh_common *nhc, int nh_weight, u8 rt_family, u32 nh_tclassid) argument
1756 u32 nh_tclassid = 0; local
[all...]
H A Droute.c1596 rt->dst.tclassid = nh->nh_tclassid;
/linux-master/include/net/
H A Dip_fib.h110 __u32 nh_tclassid; member in struct:fib_nh
558 *itag = nh->nh_tclassid << 16;
608 int nh_weight, u8 rt_family, u32 nh_tclassid);

Completed in 121 milliseconds