#ifndef CORKING_H #define CORKING_H #include extern void set_tcp_cork(int fd); extern void set_tcp_uncork(int fd); extern void set_udp_cork(int fd); extern void set_udp_uncork(int fd); extern void set_sock_cork(int fd, bool is_udp); extern void set_sock_uncork(int fd, bool is_udp); #endif /* CORKING_H */ '/>
summaryrefslogtreecommitdiff
83d6812cf3c4998f78b0c8'>keys/encrypted-keys/ecryptfs_format.c
diff options
AgeCommit message (Collapse)AuthorFilesLines
context:
space:
mode:
Diffstat (limited to 'security/keys/encrypted-keys/ecryptfs_format.c')