Searched refs:LIST_INSERT_HEAD (Results 1 – 4 of 4) sorted by relevance
/external/f2fs-tools/tools/ |
D | f2fs_io_parse.c | 104 LIST_INSERT_HEAD(&pid_info, misc, ptr); in do_init() 175 LIST_INSERT_HEAD(&pid_info, pent, ptr); in handle_tp_pid()
|
/external/ipsec-tools/src/racoon/ |
D | handler.c | 394 LIST_INSERT_HEAD(&ph1tree, iph1, chain); 688 LIST_INSERT_HEAD(&ph2tree, iph2, chain); 779 LIST_INSERT_HEAD(&iph1->ph2tree, iph2, ph1bind); 832 LIST_INSERT_HEAD(&ctdtree, new, chain); 983 LIST_INSERT_HEAD(&rcptree, new, chain);
|
D | sainfo.c | 204 LIST_INSERT_HEAD(&sitree, new, chain);
|
/external/ipsec-tools/src/include-glibc/sys/ |
D | queue.h | 301 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|