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 */
ion value='25'>25space:mode:
authorThierry Reding <treding@nvidia.com>2016-04-29 16:49:47 +0200
committerThierry Reding <treding@nvidia.com>2016-04-29 16:49:47 +0200
commit3227bf16ece8b57fb11a4246add9a41f6ebea50f (patch)
tree11e3252943d5cfd3a576b343ad7e4809010ca46d /Documentation/devicetree
parent525243e4c5159af2f1c72992fe65d5254627f5fe (diff)
parentab065e969640d9afd3967266eb3193fb3ac298bd (diff)
Merge branch 'for-4.7/xhci' into for-4.7/xusb
Diffstat (limited to 'Documentation/devicetree')