Home
last modified time | relevance | path

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

/external/strace/xlat/
Drtnl_route_attrs.h160 #if defined(RTA_ENCAP) || (defined(HAVE_DECL_RTA_ENCAP) && HAVE_DECL_RTA_ENCAP)
162 static_assert((RTA_ENCAP) == (22), "RTA_ENCAP != 22");
165 # define RTA_ENCAP 22
249 XLAT(RTA_ENCAP),
Drtnl_route_attrs.in23 RTA_ENCAP 22
/external/libnl/lib/route/
Dnexthop_encap.c53 encap = nla_nest_start(msg, RTA_ENCAP); in nh_encap_build_msg()
Droute_obj.c1019 [RTA_ENCAP] = { .type = NLA_NESTED },
1097 if (ntb[RTA_ENCAP] && ntb[RTA_ENCAP_TYPE]) { in parse_multipath()
1098 err = nh_encap_parse_msg(ntb[RTA_ENCAP], in parse_multipath()
1296 if (tb[RTA_ENCAP] && tb[RTA_ENCAP_TYPE]) { in rtnl_route_parse()
1300 err = nh_encap_parse_msg(tb[RTA_ENCAP], in rtnl_route_parse()
/external/strace/
Drtnl_route.c247 [RTA_ENCAP] = NULL, /* unimplemented */
/external/iproute2/ip/
Diproute.c405 if (tb[RTA_ENCAP]) in print_route()
406 lwt_print_encap(fp, tb[RTA_ENCAP_TYPE], tb[RTA_ENCAP]); in print_route()
648 if (tb[RTA_ENCAP]) in print_route()
651 tb[RTA_ENCAP]); in print_route()
1198 rta->rta_type = RTA_ENCAP; in iproute_modify()
Diproute_lwtunnel.c977 nest = rta_nest(rta, 1024, RTA_ENCAP); in lwt_parse_encap()
/external/iproute2/include/uapi/linux/
Drtnetlink.h325 RTA_ENCAP, enumerator
/external/libnl/include/linux-private/linux/
Drtnetlink.h337 RTA_ENCAP, enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h366 RTA_ENCAP, enumerator
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs923 pub const RTA_ENCAP: ::c_ushort = 22; constant