#include <linux/types.h>
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) |
#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) |