Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dfib_semantics.c644 nh->nh_tclassid = cfg->fc_flow; in fib_nh_init()
750 fib_cfg.fc_flow = nla_get_u32(nla); in fib_get_nhs()
789 if (cfg->fc_flow && nh->nh_tclassid != cfg->fc_flow) { in fib_get_nhs()
909 if (cfg->fc_flow && in fib_nh_match()
910 cfg->fc_flow != nh->nh_tclassid) in fib_nh_match()
Dfib_frontend.c808 cfg->fc_flow = nla_get_u32(attr); in rtm_to_fib_config()
/linux-6.1.9/include/net/
Dip_fib.h49 u32 fc_flow; member