Searched defs:NL_PACKET (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/include/linux/ |
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-3.3/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
|