root/include/net/af_unix.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 extern void unix_proto_init(struct net_proto *pro);
   2 
   3 typedef struct sock unix_socket;
   4 
   5 extern int unix_gc_free;
   6 extern void unix_gc_add(struct sock *sk, struct file *fp);
   7 extern void unix_gc_remove(struct file *fp);
   8 
   9 #define UNIX_MAX_FD     8

/* [previous][next][first][last][top][bottom][index][help] */