Home
last modified time | relevance | path

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

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