Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dlwtunnel.c239 nest = nla_nest_start(skb, RTA_ENCAP); in lwtunnel_fill_encap()
/Linux-v4.19/include/uapi/linux/
Drtnetlink.h337 RTA_ENCAP, enumerator
/Linux-v4.19/net/ipv4/
Dfib_frontend.c648 [RTA_ENCAP] = { .type = NLA_NESTED },
728 case RTA_ENCAP: in rtm_to_fib_config()
Dfib_semantics.c522 nla = nla_find(attrs, attrlen, RTA_ENCAP); in fib_get_nhs()
/Linux-v4.19/net/ipv6/
Droute.c4153 [RTA_ENCAP] = { .type = NLA_NESTED },
4264 if (tb[RTA_ENCAP]) in rtm_to_fib6_config()
4265 cfg->fc_encap = tb[RTA_ENCAP]; in rtm_to_fib6_config()
4394 r_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in ip6_route_multipath_add()