Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
xt_TCPOPTSTRIP.h File Reference
#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)
 

Macro Definition Documentation

#define tcpoptstrip_set_bit (   bmap,
  idx 
)    (bmap[(idx) >> 5] |= 1U << (idx & 31))

Definition at line 6 of file xt_TCPOPTSTRIP.h.

#define tcpoptstrip_test_bit (   bmap,
  idx 
)    (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0)

Definition at line 8 of file xt_TCPOPTSTRIP.h.