|
Linux Kernel
3.7.1
|
#include <linux/types.h>Go to the source code of this file.
Data Structures | |
| struct | xt_tcpoptstrip_target_info |
Macros | |
| #define | tcpoptstrip_set_bit(bmap, idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) |
| #define | tcpoptstrip_test_bit(bmap, idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) |
Definition at line 6 of file xt_TCPOPTSTRIP.h.
Definition at line 8 of file xt_TCPOPTSTRIP.h.
1.8.2