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

  /bionic/libc/kernel/uapi/linux/
genetlink.h 69 CTRL_ATTR_OP_ID,
  /external/iproute2/include/uapi/linux/
genetlink.h 72 CTRL_ATTR_OP_ID,
  /external/kernel-headers/original/uapi/linux/
genetlink.h 72 CTRL_ATTR_OP_ID,
  /external/libnl/include/linux-private/linux/
genetlink.h 67 CTRL_ATTR_OP_ID,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
genetlink.h 67 CTRL_ATTR_OP_ID,
  /kernel/tests/net/test/
genetlink.py 43 CTRL_ATTR_OP_ID = 1
83 if nla.nla_type != CTRL_ATTR_OP_ID:
84 raise ValueError("Expected CTRL_ATTR_OP_ID, got %d" % nla.nla_type)
  /external/libnl/lib/genl/
ctrl.c 55 [CTRL_ATTR_OP_ID] = { .type = NLA_U32 },
163 if (tb[CTRL_ATTR_OP_ID] == NULL) {
168 id = nla_get_u32(tb[CTRL_ATTR_OP_ID]);
  /external/iproute2/genl/
ctrl.c 139 if (tb[CTRL_ATTR_OP_ID]) {
140 __u32 *id = RTA_DATA(tb[CTRL_ATTR_OP_ID]);

Completed in 281 milliseconds