Linux Kernel
3.7.1
|
Data Fields | |
struct hlist_head * | types |
u32 | local_publ_count |
struct name_table - table containing all existing port name publications : pointer to fixed-sized array of name sequence lists, accessed via hashing on 'type'; name sequence lists are not sorted : number of publications issued by this node
Definition at line 107 of file name_table.c.
u32 local_publ_count |
Definition at line 109 of file name_table.c.
struct hlist_head* types |
Definition at line 108 of file name_table.c.