Searched refs:fc_encap (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/net/ |
H A D | ip_fib.h | 52 struct nlattr *fc_encap; member 535 struct nlattr *fc_encap, u16 fc_encap_type,
|
H A D | ip6_fib.h | 68 struct nlattr *fc_encap; member
|
/openbmc/linux/net/ipv4/ |
H A D | fib_semantics.c | 630 err = fib_nh_common_init(net, &nh->nh_common, cfg->fc_encap, in fib_nh_init() 754 fib_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in fib_get_nhs() 904 if (cfg->fc_encap) { in fib_nh_match() 906 cfg->fc_encap, nh, cfg, extack)) in fib_nh_match()
|
H A D | fib_frontend.c | 817 cfg->fc_encap = attr; in rtm_to_fib_config() 834 cfg->fc_encap || cfg->fc_mp) { in rtm_to_fib_config()
|
H A D | nexthop.c | 2541 .fc_encap = cfg->nh_encap, in nh_create_ipv4() 2580 .fc_encap = cfg->nh_encap, in nh_create_ipv6()
|
/openbmc/linux/net/ipv6/ |
H A D | route.c | 3619 err = fib_nh_common_init(net, &fib6_nh->nh_common, cfg->fc_encap, in fib6_nh_init() 5129 cfg->fc_encap = tb[RTA_ENCAP]; in rtm_to_fib6_config() 5294 r_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in ip6_route_multipath_add()
|