Home
last modified time | relevance | path

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

/linux/include/net/
H A Dfib_rules.h128 static inline u32 fib_rule_get_table(struct fib_rule *rule, in fib_rule_get_table() function
134 static inline u32 fib_rule_get_table(struct fib_rule *rule, in fib_rule_get_table() function
/linux/net/ipv6/
H A Dfib6_rules.c187 tb_id = fib_rule_get_table(rule, arg); in fib6_rule_action_alt()
233 tb_id = fib_rule_get_table(rule, arg); in __fib6_rule_action()
/linux/net/ipv4/
H A Dfib_rules.c136 tb_id = fib_rule_get_table(rule, arg); in fib4_rule_action()
H A Dipmr.c193 arg->table = fib_rule_get_table(rule, arg); in ipmr_rule_action()