scm.h 263 B

12345678910
  1. #ifndef NET_UNIX_SCM_H
  2. #define NET_UNIX_SCM_H
  3. extern struct list_head gc_inflight_list;
  4. extern spinlock_t unix_gc_lock;
  5. int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb);
  6. void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb);
  7. #endif