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

  /external/iptables/libiptc/
linux_list.h 520 #define INIT_HLIST_NODE(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL)
577 INIT_HLIST_NODE(n);
  /external/linux-tools-perf/perf-3.12.0/include/linux/
list.h 570 static inline void INIT_HLIST_NODE(struct hlist_node *h)
606 INIT_HLIST_NODE(n);

Completed in 93 milliseconds