HomeSort by relevance Sort by last modified time
    Searched refs:IFLA_GRE_LINK (Results 1 - 2 of 2) sorted by null

  /external/iproute2/ip/
link_gre.c 128 if (greinfo[IFLA_GRE_LINK])
129 link = *(__u8 *)RTA_DATA(greinfo[IFLA_GRE_LINK]);
262 addattr32(n, 1024, IFLA_GRE_LINK, link);
299 if (tb[IFLA_GRE_LINK] && *(__u32 *)RTA_DATA(tb[IFLA_GRE_LINK])) {
300 unsigned link = *(__u32 *)RTA_DATA(tb[IFLA_GRE_LINK]);
  /external/iproute2/include/linux/
if_tunnel.h 64 IFLA_GRE_LINK,

Completed in 39 milliseconds