repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
net
/
unix
/
scm.h
blob
5a255a477f16093e83fbf5b7569caa395754e9da
1
#ifndef NET_UNIX_SCM_H
2
#define NET_UNIX_SCM_H
3
4
extern
struct
list_head gc_inflight_list
;
5
extern
spinlock_t unix_gc_lock
;
6
7
int
unix_attach_fds
(
struct
scm_cookie
*
scm
,
struct
sk_buff
*
skb
);
8
void
unix_detach_fds
(
struct
scm_cookie
*
scm
,
struct
sk_buff
*
skb
);
9
10
#endif