Home
last modified time | relevance | path

Searched refs:fib_rule_get_table (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/net/
Dfib_rules.h135 static inline u32 fib_rule_get_table(struct fib_rule *rule, in fib_rule_get_table() function
141 static inline u32 fib_rule_get_table(struct fib_rule *rule, in fib_rule_get_table() function
/Linux-v4.19/net/ipv6/
Dfib6_rules.c179 tb_id = fib_rule_get_table(rule, arg); in fib6_rule_action_alt()
226 tb_id = fib_rule_get_table(rule, arg); in __fib6_rule_action()
/Linux-v4.19/net/ipv4/
Dfib_rules.c132 tb_id = fib_rule_get_table(rule, arg); in fib4_rule_action()
Dipmr.c186 arg->table = fib_rule_get_table(rule, arg); in ipmr_rule_action()