#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 */ https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/Documentation/dcdbas.txt?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-05-07 08:13:42 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-05-07 08:13:42 -0700
commit35cd3f4563c4a0fc99be300afc7b82a822e634c7 (patch)
treee27c2fa0588110d0280c0b327ea4548475096394 /Documentation/dcdbas.txt
parentb4184cbff393d9ede2d80efd7088126706c1ce08 (diff)
parent535dac4ab5f42e040e8405b31e309a6b6d4eee57 (diff)
Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
Pull libata fixes from Tejun Heo: "An ahci driver addition and updates to ahci port enable handling for some platform devices" * 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata: ata: add AMD Seattle platform driver ARM: dts: apq8064: add ahci ports-implemented mask ata: ahci-platform: Add ports-implemented DT bindings. libahci: save port map for forced port map
Diffstat (limited to 'Documentation/dcdbas.txt')