Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dfib_rules.h180 unsigned int fib_rules_seq_read(struct net *net, int family);
/openbmc/linux/net/ipv4/
H A Dfib_rules.c78 return fib_rules_seq_read(net, AF_INET); in fib4_rules_seq_read()
H A Dipmr.c292 return fib_rules_seq_read(net, RTNL_FAMILY_IPMR); in ipmr_rules_seq_read()
/openbmc/linux/net/ipv6/
H A Dfib6_rules.c60 return fib_rules_seq_read(net, AF_INET6); in fib6_rules_seq_read()
H A Dip6mr.c281 return fib_rules_seq_read(net, RTNL_FAMILY_IP6MR); in ip6mr_rules_seq_read()
/openbmc/linux/net/core/
H A Dfib_rules.c400 unsigned int fib_rules_seq_read(struct net *net, int family) in fib_rules_seq_read() function
415 EXPORT_SYMBOL_GPL(fib_rules_seq_read);