#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 */ linux/net-next.git/atom/?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chan <michael.chan@broadcom.com>2016-09-19 03:58:00 -0400
committerDavid S. Miller <davem@davemloft.net>2016-09-19 21:32:24 -0400
commit8d6be8b627389c6dc7e0ea2455a7542c8a2a16a7 (patch)
tree2876d0a22d2a639b6814d73ad5f82a532e4450cf
parent07b26c9454a2a19fff86d6fcf2aba6bc801eb8d8 (diff)
bnxt_en: Use RSS flags defined in the bnxt_hsi.h file.
And remove redundant definitions of the same flags. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>