Home
last modified time | relevance | path

Searched refs:RTA_ENCAP (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/core/
Dlwtunnel.c110 nest = nla_nest_start(skb, RTA_ENCAP); in lwtunnel_fill_encap()
/linux-4.4.14/include/uapi/linux/
Drtnetlink.h313 RTA_ENCAP, enumerator
/linux-4.4.14/net/ipv4/
Dfib_frontend.c629 [RTA_ENCAP] = { .type = NLA_NESTED },
695 case RTA_ENCAP: in rtm_to_fib_config()
Dfib_semantics.c499 nla = nla_find(attrs, attrlen, RTA_ENCAP); in fib_get_nhs()
/linux-4.4.14/net/ipv6/
Droute.c2702 [RTA_ENCAP] = { .type = NLA_NESTED },
2797 if (tb[RTA_ENCAP]) in rtm_to_fib6_config()
2798 cfg->fc_encap = tb[RTA_ENCAP]; in rtm_to_fib6_config()
2894 r_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in ip6_route_multipath_add()