Back to home page

OSCL-LXR

 
 

    


0001 #ifndef NET_UNIX_SCM_H
0002 #define NET_UNIX_SCM_H
0003 
0004 extern struct list_head gc_inflight_list;
0005 extern spinlock_t unix_gc_lock;
0006 
0007 int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb);
0008 void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb);
0009 
0010 #endif