#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 */ 'http://distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/Documentation/i2c/fault-codes
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2016-08-03 12:41:40 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-08-08 11:58:43 +0200
commit0d35d0815b19216f852f257afe420f7c7d182780 (patch)
tree99bffa0fa77acfd0a8215617897350a233f7f3a8 /Documentation/i2c/fault-codes
parentc1eda3c6394f805886b2afa8c7ea5e04305ec698 (diff)
netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeq
Do not drop packet when CSeq is 0 as 0 is also a valid value for CSeq. simple_strtoul() will return 0 either when all digits are 0 or if there are no digits at all. Therefore when simple_strtoul() returns 0 we check if first character is digit 0 or not. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Documentation/i2c/fault-codes')