#ifndef __EPOLL_H #define __EPOLL_H extern void set_epoll_descriptor(int fd_epoll, int action, int fd_toadd, int events); extern int set_epoll_descriptor2(int fd_epoll, int action, int fd_toadd, int events); #endif /* __EPOLL_H */ ernate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-08-08 13:11:44 -0700
committerDavid S. Miller <davem@davemloft.net>2016-08-08 13:11:44 -0700
commitda1b41950e6ad9d1ed1de1ebca8be4be317f8b48 (patch)
tree69d78eed8f76971446b50ddaafc35f6f477d1ed8
parent66cf3504f4c528793b3d8986bab606f7cfb1c4bb (diff)
parent8065694e6519d234ccee93d952127e3f05b81ba5 (diff)
Merge branch 'bpf-csum-complete'
Daniel Borkmann says: ==================== Few BPF helper related checksum fixes The set contains three fixes with regards to CHECKSUM_COMPLETE and BPF helper functions. For details please see individual patches. Thanks! v1 -> v2: - Fixed make htmldocs issue reported by kbuild bot. - Rest as is. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>