netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
xt_TCPOPTSTRIP.h File Reference
#include <linux/types.h>
Include dependency graph for xt_TCPOPTSTRIP.h:
This graph shows which files directly or indirectly include 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))
#define tcpoptstrip_test_bit (   bmap,
  idx 
)    (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0)