Home
last modified time | relevance | path

Searched refs:vrf_table (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/net/ipv6/
H A Dseg6_local.c150 int vrf_table; member
1020 /* note that vrf_table was already set by parse_nla_vrftable() */ in __seg6_end_dt_vrf_build()
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()
/kernel/linux/linux-6.6/drivers/net/
H A Dvrf.c1938 static const struct ctl_table vrf_table[] = { variable
1955 table = kmemdup(vrf_table, sizeof(vrf_table), GFP_KERNEL); in vrf_netns_init_sysctl()
1963 ARRAY_SIZE(vrf_table)); in vrf_netns_init_sysctl()
/kernel/linux/linux-5.10/drivers/net/
H A Dvrf.c1893 static const struct ctl_table vrf_table[] = { variable
1910 table = kmemdup(vrf_table, sizeof(vrf_table), GFP_KERNEL); in vrf_netns_init_sysctl()

Completed in 9 milliseconds