]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - net/unix/scm.h
Merge tag 'drm-next-2021-02-26' of git://anongit.freedesktop.org/drm/drm
[mirror_ubuntu-jammy-kernel.git] / net / unix / scm.h
CommitLineData
f4e65870
JA
1#ifndef NET_UNIX_SCM_H
2#define NET_UNIX_SCM_H
3
4extern struct list_head gc_inflight_list;
5extern spinlock_t unix_gc_lock;
6
7int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb);
8void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb);
9
10#endif