Home
last modified time | relevance | path

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

/linux/include/net/
H A Dfib_rules.h204 int fib_delrule(struct net *net, struct sk_buff *skb, struct nlmsghdr *nlh,
/linux/net/core/
H A Dfib_rules.c1002 int fib_delrule(struct net *net, struct sk_buff *skb, struct nlmsghdr *nlh, in fib_delrule() function
1113 EXPORT_SYMBOL_GPL(fib_delrule);
1118 return fib_delrule(sock_net(skb->sk), skb, nlh, extack, false); in fib_nl_delrule()
/linux/drivers/net/
H A Dvrf.c1546 err = fib_delrule(dev_net(dev), skb, nlh, NULL, true); in vrf_fib_rule()