summaryrefslogtreecommitdiff
path: root/corking.h
blob: fb4483cbea5fe9faa70276523a3797a1bcfa3d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CORKING_H
#define CORKING_H

#include <stdbool.h>

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 */
tat only
authorChris Mason <clm@fb.com>2017-01-11 06:26:12 -0800
committerChris Mason <clm@fb.com>2017-01-11 06:26:12 -0800
commit0bf70aebf12d8fa0d06967b72ca4b257eb6adf06 (patch)
tree13f6063275339627603ed85ae25d5898bf5981a7
parent3dda13a8ad787f3d4c4f18c8c05f8eebc7ea135a (diff)
parent562a7a07bf61e2949f7cbdb6ac7537ad9e2794d1 (diff)
Merge branch 'tracepoint-updates-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.10
Diffstat