Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dseg6_local.c150 int vrf_table; member
1022 info->vrf_table); in __seg6_end_dt_vrf_build()
1753 info->vrf_table = nla_get_u32(attrs[SEG6_LOCAL_VRFTABLE]); in parse_nla_vrftable()
1765 if (nla_put_u32(skb, SEG6_LOCAL_VRFTABLE, info->vrf_table)) in put_nla_vrftable()
1776 if (info_a->vrf_table != info_b->vrf_table) in cmp_nla_vrftable()
/linux/drivers/net/
H A Dvrf.c1938 static const struct ctl_table vrf_table[] = { variable
1954 table = kmemdup(vrf_table, sizeof(vrf_table), GFP_KERNEL); in vrf_netns_init_sysctl()
1962 ARRAY_SIZE(vrf_table)); in vrf_netns_init_sysctl()