Home
last modified time | relevance | path

Searched refs:fc_flow (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/ipv4/
Dfib_semantics.c650 if (cfg->fc_flow && in fib_nh_match()
651 cfg->fc_flow != fi->fib_nh->nh_tclassid) in fib_nh_match()
1133 if (cfg->fc_flow && fi->fib_nh->nh_tclassid != cfg->fc_flow) { in fib_create_info()
1167 nh->nh_tclassid = cfg->fc_flow; in fib_create_info()
Dfib_frontend.c723 cfg->fc_flow = nla_get_u32(attr); in rtm_to_fib_config()
/Linux-v4.19/include/net/
Dip_fib.h47 u32 fc_flow; member