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

  /bionic/libc/kernel/uapi/linux/
neighbour.h 142 NDTA_THRESH2,
  /development/ndk/platforms/android-L/include/linux/
neighbour.h 142 NDTA_THRESH2,
  /external/iproute2/include/linux/
neighbour.h 146 NDTA_THRESH2, /* u32 */
  /external/kernel-headers/original/uapi/linux/
neighbour.h 153 NDTA_THRESH2, /* u32 */
  /external/libnl/include/linux/
neighbour.h 149 NDTA_THRESH2, /* u32 */
  /external/libnl/lib/route/
neightbl.c 113 [NDTA_THRESH2] = { .type = NLA_U32 },
158 if (tb[NDTA_THRESH2]) {
159 ntbl->nt_gc_thresh2 = nla_get_u32(tb[NDTA_THRESH2]);
470 NLA_PUT_U32(m, NDTA_THRESH2, tmpl->nt_gc_thresh2);
473 NLA_PUT_U32(m, NDTA_THRESH2, tmpl->nt_gc_thresh2);
  /external/iproute2/ip/
ipntable.c 122 addattr32(&req.n, sizeof(req), NDTA_THRESH2, thresh2);
415 ret = (tb[NDTA_THRESH1] || tb[NDTA_THRESH2] || tb[NDTA_THRESH3] ||
424 if (tb[NDTA_THRESH2]) {
425 __u32 thresh2 = rta_getattr_u32(tb[NDTA_THRESH2]);
  /development/ndk/platforms/android-3/include/linux/
rtnetlink.h 470 NDTA_THRESH2,

Completed in 1006 milliseconds