Searched refs:nh_tclassid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_semantics.c | 226 if (fib_nh->nh_tclassid) in fib_nh_release() 308 nh->nh_tclassid != onh->nh_tclassid || in nh_comp() 644 nh->nh_tclassid = cfg->fc_flow; in fib_nh_init() 645 if (nh->nh_tclassid) in fib_nh_init() 789 if (cfg->fc_flow && nh->nh_tclassid != cfg->fc_flow) { in fib_get_nhs() 910 cfg->fc_flow != nh->nh_tclassid) in fib_nh_match() 997 if (nla_get_u32(nla) != nh->nh_tclassid) in fib_nh_match() 1727 int nh_weight, u8 rt_family, u32 nh_tclassid) in fib_add_nexthop() 1745 if (nh_tclassid in fib_add_nexthop() 1726 fib_add_nexthop(struct sk_buff *skb, const struct fib_nh_common *nhc, int nh_weight, u8 rt_family, u32 nh_tclassid) fib_add_nexthop() argument 1775 u32 nh_tclassid = 0; fib_add_multipath() local [all...] |
H A D | route.c | 1631 rt->dst.tclassid = nh->nh_tclassid; in rt_set_nexthop()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_semantics.c | 226 if (fib_nh->nh_tclassid) in fib_nh_release() 308 nh->nh_tclassid != onh->nh_tclassid || in nh_comp() 645 nh->nh_tclassid = cfg->fc_flow; in fib_nh_init() 646 if (nh->nh_tclassid) in fib_nh_init() 790 if (cfg->fc_flow && nh->nh_tclassid != cfg->fc_flow) { in fib_get_nhs() 911 cfg->fc_flow != nh->nh_tclassid) in fib_nh_match() 998 if (nla_get_u32(nla) != nh->nh_tclassid) in fib_nh_match() 1708 int nh_weight, u8 rt_family, u32 nh_tclassid) in fib_add_nexthop() 1726 if (nh_tclassid in fib_add_nexthop() 1707 fib_add_nexthop(struct sk_buff *skb, const struct fib_nh_common *nhc, int nh_weight, u8 rt_family, u32 nh_tclassid) fib_add_nexthop() argument 1756 u32 nh_tclassid = 0; fib_add_multipath() local [all...] |
H A D | route.c | 1598 rt->dst.tclassid = nh->nh_tclassid; in rt_set_nexthop()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_fib.h | 108 __u32 nh_tclassid; member 507 *itag = nh->nh_tclassid << 16; in fib_combine_itag() 557 int nh_weight, u8 rt_family, u32 nh_tclassid);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_fib.h | 110 __u32 nh_tclassid; member 557 *itag = nh->nh_tclassid << 16; in fib_combine_itag() 607 int nh_weight, u8 rt_family, u32 nh_tclassid);
|
Completed in 16 milliseconds