Searched refs:RTA_ENCAP (Results 1 – 11 of 11) sorted by relevance
/external/strace/xlat/ |
D | rtnl_route_attrs.h | 160 #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),
|
D | rtnl_route_attrs.in | 23 RTA_ENCAP 22
|
/external/libnl/lib/route/ |
D | nexthop_encap.c | 53 encap = nla_nest_start(msg, RTA_ENCAP); in nh_encap_build_msg()
|
D | route_obj.c | 1019 [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/ |
D | rtnl_route.c | 247 [RTA_ENCAP] = NULL, /* unimplemented */
|
/external/iproute2/ip/ |
D | iproute.c | 405 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()
|
D | iproute_lwtunnel.c | 977 nest = rta_nest(rta, 1024, RTA_ENCAP); in lwt_parse_encap()
|
/external/iproute2/include/uapi/linux/ |
D | rtnetlink.h | 325 RTA_ENCAP, enumerator
|
/external/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 337 RTA_ENCAP, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 366 RTA_ENCAP, enumerator
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 923 pub const RTA_ENCAP: ::c_ushort = 22; constant
|