Searched refs:RTA_ENCAP (Results 1 – 5 of 5) sorted by relevance
/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 383 RTA_ENCAP, enumerator
|
/linux/net/ipv4/ |
H A D | fib_frontend.c | 673 [RTA_ENCAP] = { .type = NLA_NESTED }, 816 case RTA_ENCAP: in rtm_to_fib_config()
|
H A D | fib_semantics.c | 753 fib_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in fib_get_nhs() 1694 RTA_ENCAP, RTA_ENCAP_TYPE) < 0) in fib_nexthop_info()
|
H A D | route.c | 2912 lwtunnel_fill_encap(skb, rt->dst.lwtstate, RTA_ENCAP, RTA_ENCAP_TYPE) < 0) in rt_fill_info()
|
/linux/net/ipv6/ |
H A D | route.c | 4999 [RTA_ENCAP] = { .type = NLA_NESTED }, 5062 tb[RTA_MULTIPATH] || tb[RTA_ENCAP]) { in rtm_to_fib6_config() 5132 if (tb[RTA_ENCAP]) in rtm_to_fib6_config() 5133 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() 5721 lwtunnel_fill_encap(skb, dst->lwtstate, RTA_ENCAP, RTA_ENCAP_TYPE) < 0) in rt6_fill_node()
|