Searched refs:RTA_ENCAP_TYPE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/core/ |
H A D | lwtunnel.c | 200 nla_entype = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in lwtunnel_valid_encap_type_attr()
|
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 382 RTA_ENCAP_TYPE, enumerator
|
/openbmc/linux/net/ipv4/ |
H A D | fib_frontend.c | 672 [RTA_ENCAP_TYPE] = { .type = NLA_U16 }, 819 case RTA_ENCAP_TYPE: in rtm_to_fib_config()
|
H A D | fib_semantics.c | 758 nla = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in fib_get_nhs() 1695 RTA_ENCAP, RTA_ENCAP_TYPE) < 0) in fib_nexthop_info()
|
H A D | route.c | 2975 lwtunnel_fill_encap(skb, rt->dst.lwtstate, RTA_ENCAP, RTA_ENCAP_TYPE) < 0) in rt_fill_info()
|
/openbmc/linux/net/ipv6/ |
H A D | route.c | 4989 [RTA_ENCAP_TYPE] = { .type = NLA_U16 }, 5126 if (tb[RTA_ENCAP_TYPE]) { in rtm_to_fib6_config() 5127 cfg->fc_encap_type = nla_get_u16(tb[RTA_ENCAP_TYPE]); in rtm_to_fib6_config() 5290 nla = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in ip6_route_multipath_add() 5712 lwtunnel_fill_encap(skb, dst->lwtstate, RTA_ENCAP, RTA_ENCAP_TYPE) < 0) in rt6_fill_node()
|