Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dfib_semantics.c668 nh->nh_tclassid = cfg->fc_flow; in fib_nh_init()
774 fib_cfg.fc_flow = nla_get_u32(nla); in fib_get_nhs()
813 if (cfg->fc_flow && nh->nh_tclassid != cfg->fc_flow) { in fib_get_nhs()
933 if (cfg->fc_flow && in fib_nh_match()
934 cfg->fc_flow != nh->nh_tclassid) in fib_nh_match()
/linux/include/net/
H A Dip_fib.h51 u32 fc_flow; member