Home
last modified time | relevance | path

Searched refs:fc_encap_type (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/include/net/
Dip_fib.h53 u16 fc_encap_type; member
534 struct nlattr *fc_encap, u16 fc_encap_type,
Dip6_fib.h69 u16 fc_encap_type; member
/linux-6.6.21/net/ipv4/
Dfib_semantics.c631 cfg->fc_encap_type, cfg, GFP_KERNEL, extack); in fib_nh_init()
760 fib_cfg.fc_encap_type = nla_get_u16(nla); in fib_get_nhs()
905 if (fib_encap_match(net, cfg->fc_encap_type, in fib_nh_match()
Dfib_frontend.c820 cfg->fc_encap_type = nla_get_u16(attr); in rtm_to_fib_config()
821 err = lwtunnel_valid_encap_type(cfg->fc_encap_type, in rtm_to_fib_config()
Dnexthop.c2541 .fc_encap_type = cfg->nh_encap_type, in nh_create_ipv4()
2580 .fc_encap_type = cfg->nh_encap_type, in nh_create_ipv6()
/linux-6.6.21/net/ipv6/
Droute.c3611 cfg->fc_encap_type, cfg, gfp_flags, extack); in fib6_nh_init()
5120 cfg->fc_encap_type = nla_get_u16(tb[RTA_ENCAP_TYPE]); in rtm_to_fib6_config()
5122 err = lwtunnel_valid_encap_type(cfg->fc_encap_type, extack); in rtm_to_fib6_config()
5285 r_cfg.fc_encap_type = nla_get_u16(nla); in ip6_route_multipath_add()