Searched refs:fc_encap_type (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | ip_fib.h | 52 u16 fc_encap_type; member 483 struct nlattr *fc_encap, u16 fc_encap_type,
|
D | ip6_fib.h | 68 u16 fc_encap_type; member
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | fib_semantics.c | 627 cfg->fc_encap_type, cfg, GFP_KERNEL, extack); in fib_nh_init() 756 fib_cfg.fc_encap_type = nla_get_u16(nla); in fib_get_nhs() 899 if (fib_encap_match(net, cfg->fc_encap_type, in fib_nh_match()
|
D | fib_frontend.c | 806 cfg->fc_encap_type = nla_get_u16(attr); in rtm_to_fib_config() 807 err = lwtunnel_valid_encap_type(cfg->fc_encap_type, in rtm_to_fib_config()
|
D | nexthop.c | 1329 .fc_encap_type = cfg->nh_encap_type, in nh_create_ipv4() 1368 .fc_encap_type = cfg->nh_encap_type, in nh_create_ipv6()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | route.c | 3508 cfg->fc_encap_type, cfg, gfp_flags, extack); in fib6_nh_init() 5018 cfg->fc_encap_type = nla_get_u16(tb[RTA_ENCAP_TYPE]); in rtm_to_fib6_config() 5020 err = lwtunnel_valid_encap_type(cfg->fc_encap_type, extack); in rtm_to_fib6_config() 5183 r_cfg.fc_encap_type = nla_get_u16(nla); in ip6_route_multipath_add()
|