Searched refs:vrf_fib_rule (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/net/ |
| D | vrf.c | 1562 static int vrf_fib_rule(const struct net_device *dev, __u8 family, bool add_it) in vrf_fib_rule() function 1625 err = vrf_fib_rule(dev, AF_INET, true); in vrf_add_fib_rules() 1629 err = vrf_fib_rule(dev, AF_INET6, true); in vrf_add_fib_rules() 1634 err = vrf_fib_rule(dev, RTNL_FAMILY_IPMR, true); in vrf_add_fib_rules() 1640 err = vrf_fib_rule(dev, RTNL_FAMILY_IP6MR, true); in vrf_add_fib_rules() 1649 vrf_fib_rule(dev, RTNL_FAMILY_IPMR, false); in vrf_add_fib_rules() 1654 vrf_fib_rule(dev, AF_INET6, false); in vrf_add_fib_rules() 1658 vrf_fib_rule(dev, AF_INET, false); in vrf_add_fib_rules()
|