mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
af_unix: Export stuff required for diag module
Signed-off-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f65c1b534b
commit
fa7ff56f75
2 changed files with 9 additions and 3 deletions
|
@ -11,10 +11,13 @@ extern void unix_notinflight(struct file *fp);
|
|||
extern void unix_gc(void);
|
||||
extern void wait_for_unix_gc(void);
|
||||
extern struct sock *unix_get_socket(struct file *filp);
|
||||
extern struct sock *unix_peer_get(struct sock *);
|
||||
|
||||
#define UNIX_HASH_SIZE 256
|
||||
|
||||
extern unsigned int unix_tot_inflight;
|
||||
extern spinlock_t unix_table_lock;
|
||||
extern struct hlist_head unix_socket_table[UNIX_HASH_SIZE + 1];
|
||||
|
||||
struct unix_address {
|
||||
atomic_t refcnt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue