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

  /bionic/libc/kernel/uapi/linux/
tipc_netlink.h 70 TIPC_NLA_BEARER_PROP,
  /external/iproute2/include/linux/
tipc_netlink.h 85 TIPC_NLA_BEARER_PROP, /* nest */
  /external/kernel-headers/original/uapi/linux/
tipc_netlink.h 84 TIPC_NLA_BEARER_PROP, /* nest */
  /external/iproute2/tipc/
bearer.c 272 props = mnl_attr_nest_start(nlh, TIPC_NLA_BEARER_PROP);
483 props = mnl_attr_nest_start(nlh, TIPC_NLA_BEARER_PROP);
565 if (!attrs[TIPC_NLA_BEARER_PROP])
568 mnl_attr_parse_nested(attrs[TIPC_NLA_BEARER_PROP], parse_attrs, props);

Completed in 40 milliseconds