#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
diff options
context:
space:
mode:
authorKalle Valo <kvalo@codeaurora.org>2016-04-21 15:40:13 +0300
committerKalle Valo <kvalo@codeaurora.org>2016-04-21 15:40:13 +0300
commite2841ea91611622370f66b4dfaa62599e8850d48 (patch)
treed448a05e604ebed6919a536fe1eda8b73d8e3080 /Documentation
parentde478a61389cacafe94dc8b035081b681b878f9d (diff)
parentf742aaf36edf0390c54d0614bc4d20fd4cd3762a (diff)
Merge tag 'iwlwifi-for-kalle-2016-04-12_2' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes
* add new device IDs for 8265 * fix a NULL pointer dereference when paging firmware asserts * remove a WARNING on gscan capabilities * fix MODULE_FIRMWARE for 8260
Diffstat (limited to 'Documentation')