Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dfib_rules.h184 int fib_nl_delrule(struct sk_buff *skb, struct nlmsghdr *nlh,
/openbmc/linux/net/core/
H A Dfib_rules.c882 int fib_nl_delrule(struct sk_buff *skb, struct nlmsghdr *nlh, in fib_nl_delrule() function
981 EXPORT_SYMBOL_GPL(fib_nl_delrule);
1297 rtnl_register(PF_UNSPEC, RTM_DELRULE, fib_nl_delrule, NULL, 0); in fib_rules_init()
/openbmc/linux/drivers/net/
H A Dvrf.c1589 err = fib_nl_delrule(skb, nlh, NULL); in vrf_fib_rule()