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

  /external/iproute2/ip/
link_gre.c 103 if (greinfo[IFLA_GRE_OKEY])
104 okey = *(__u32 *)RTA_DATA(greinfo[IFLA_GRE_OKEY]);
255 addattr32(n, 1024, IFLA_GRE_OKEY, okey);
340 if (oflags & GRE_KEY && tb[IFLA_GRE_OKEY] &&
341 *(__u32 *)RTA_DATA(tb[IFLA_GRE_OKEY])) {
342 inet_ntop(AF_INET, RTA_DATA(tb[IFLA_GRE_OKEY]), s2, sizeof(s2));
  /external/iproute2/include/linux/
if_tunnel.h 68 IFLA_GRE_OKEY,

Completed in 16 milliseconds