Home
last modified time | relevance | path

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

/linux/include/net/
H A Dfib_rules.h200 unsigned int fib_rules_seq_read(const struct net *net, int family);
/linux/net/core/
H A Dfib_rules.c424 unsigned int fib_rules_seq_read(const struct net *net, int family) in fib_rules_seq_read() function
438 EXPORT_SYMBOL_GPL(fib_rules_seq_read);
/linux/net/ipv4/
H A Dipmr.c299 return fib_rules_seq_read(net, RTNL_FAMILY_IPMR); in ipmr_rules_seq_read()