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

  /external/iproute2/include/linux/
if_tunnel.h 65 IFLA_GRE_IFLAGS,
  /external/iproute2/ip/
link_gre.c 106 if (greinfo[IFLA_GRE_IFLAGS])
107 iflags = *(__u16 *)RTA_DATA(greinfo[IFLA_GRE_IFLAGS]);
256 addattr_l(n, 1024, IFLA_GRE_IFLAGS, &iflags, 2);
328 if (tb[IFLA_GRE_IFLAGS])
329 iflags = *(__u16 *)RTA_DATA(tb[IFLA_GRE_IFLAGS]);

Completed in 36 milliseconds