Home
last modified time | relevance | path

Searched refs:vrf_table (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/net/ipv6/
Dseg6_local.c150 int vrf_table; member
1022 info->vrf_table); in __seg6_end_dt_vrf_build()
1759 info->vrf_table = nla_get_u32(attrs[SEG6_LOCAL_VRFTABLE]); in parse_nla_vrftable()
1771 if (nla_put_u32(skb, SEG6_LOCAL_VRFTABLE, info->vrf_table)) in put_nla_vrftable()
1782 if (info_a->vrf_table != info_b->vrf_table) in cmp_nla_vrftable()
/linux-6.12.1/drivers/net/
Dvrf.c1919 static const struct ctl_table vrf_table[] = { variable
1935 table = kmemdup(vrf_table, sizeof(vrf_table), GFP_KERNEL); in vrf_netns_init_sysctl()
1943 ARRAY_SIZE(vrf_table)); in vrf_netns_init_sysctl()