Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dipmr_base.c32 mr_table_alloc(struct net *net, u32 id, in mr_table_alloc() function
62 EXPORT_SYMBOL(mr_table_alloc);
H A Dipmr.c409 return mr_table_alloc(net, id, &ipmr_mr_table_ops, in ipmr_new_table()
/openbmc/linux/include/linux/
H A Dmroute_base.h274 mr_table_alloc(struct net *net, u32 id,
/openbmc/linux/net/ipv6/
H A Dip6mr.c389 return mr_table_alloc(net, id, &ip6mr_mr_table_ops, in ip6mr_new_table()