summaryrefslogtreecommitdiff
path: root/cookie.c
AgeCommit message (Collapse)AuthorFilesLines
2020-08-14cookie: add sys/types headerRosen Penev1-0/+1
Needed for ssize_t under uClibc-ng.
2013-06-04xio: refactor fopencookie related functionsDaniel Borkmann1-0/+51
Again, we move them out of xio to shrink it down. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
class='right'>2017-02-14 13:04:10 -0500 commitbf091f3f362b3c562a18bbf7a2d3e2f3a36eba1d (patch) treed1faafafbb2e32784c44b6300f057b92fdf22c29 parentfd263fb6e718c5bdf35cbc1de4f781c71794d2a4 (diff)
sunvnet: straighten up message event handling logic
The use of gotos for handling the incoming events made this code harder to read and support than it should be. This patch straightens out and clears up the logic. Signed-off-by: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat