|
Linux Kernel
3.7.1
|
Data Fields | |
| struct nl_portid_hash | hash |
| struct hlist_head | mc_list |
| struct listeners __rcu * | listeners |
| unsigned int | flags |
| unsigned int | groups |
| struct mutex * | cb_mutex |
| struct module * | module |
| void(* | bind )(int group) |
| int | registered |
Definition at line 120 of file af_netlink.c.
Definition at line 128 of file af_netlink.c.
Definition at line 126 of file af_netlink.c.
| unsigned int flags |
Definition at line 124 of file af_netlink.c.
| unsigned int groups |
Definition at line 125 of file af_netlink.c.
| struct nl_portid_hash hash |
Definition at line 121 of file af_netlink.c.
| struct hlist_head mc_list |
Definition at line 122 of file af_netlink.c.
Definition at line 127 of file af_netlink.c.
| int registered |
Definition at line 129 of file af_netlink.c.
1.8.2