18c2ecf20Sopenharmony_ci#ifndef NET_UNIX_SCM_H 28c2ecf20Sopenharmony_ci#define NET_UNIX_SCM_H 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ciextern struct list_head gc_inflight_list; 58c2ecf20Sopenharmony_ciextern spinlock_t unix_gc_lock; 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciint unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb); 88c2ecf20Sopenharmony_civoid unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb); 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#endif 11