Searched refs:NL_PACKET (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/include/linux/ |
D | drbd_nl.h | 10 #if !defined(NL_PACKET) || !defined(NL_STRING) || !defined(NL_INTEGER) || !defined(NL_BIT) || !defi… 14 NL_PACKET(primary, 1, 18 NL_PACKET(secondary, 2, ) 20 NL_PACKET(disk_conf, 3, 36 NL_PACKET(detach, 4, ) 38 NL_PACKET(net_conf, 5, 72 NL_PACKET(disconnect, 6, 76 NL_PACKET(resize, 7, 82 NL_PACKET(syncer_conf, 8, 103 NL_PACKET(invalidate, 9, ) [all …]
|
D | drbd_tag_magic.h | 9 #define NL_PACKET(name, number, fields) P_ ## name = number, macro 20 #define NL_PACKET(name, number, fields) \ macro 35 #define NL_PACKET(name, number, fields) 2 fields , macro 59 #define NL_PACKET(name, number, fields) fields macro 75 #define NL_PACKET(name, number, fields) fields macro
|
/linux-2.6.39/drivers/block/drbd/ |
D | drbd_nl.c | 52 #define NL_PACKET(name, number, fields) \ macro 100 #define NL_PACKET(name, number, fields) \ macro
|
D | drbd_int.h | 925 #define NL_PACKET(name, number, fields) struct name { fields }; macro
|