Searched refs:fr_info (Results 1 – 3 of 3) sorted by relevance
209 #define FR_OFFS(x) (fr_info[x]>>1)210 #define FR_IN_SW(x) (fr_info[x] & 0x1)228 static u16 fr_info[32]={ variable
2110 struct fib_rule_notifier_info fr_info; member2139 rule = fib_work->fr_info.rule; in rocker_router_fib_event_work()2194 memcpy(&fib_work->fr_info, ptr, sizeof(fib_work->fr_info)); in rocker_router_fib_event()2195 fib_rule_get(fib_work->fr_info.rule); in rocker_router_fib_event()
7555 struct fib_rule_notifier_info fr_info; member7812 struct fib_rule_notifier_info *fr_info; in mlxsw_sp_router_fib_rule_event() local7820 fr_info = container_of(info, struct fib_rule_notifier_info, info); in mlxsw_sp_router_fib_rule_event()7821 rule = fr_info->rule; in mlxsw_sp_router_fib_rule_event()