~bkerensa/ubuntu/raring/iptables/new-upstream-version

« back to all changes in this revision

Viewing changes to include/linux/netfilter/xt_TCPOPTSTRIP.h

  • Committer: Benjamin Kerensa
  • Date: 2012-11-21 23:34:55 UTC
  • mfrom: (5.1.10)
  • Revision ID: bkerensa@ubuntu.com-20121121233455-tqxuqfnht4mf8y12
New Upstream Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _XT_TCPOPTSTRIP_H
2
2
#define _XT_TCPOPTSTRIP_H
3
3
 
 
4
#include <linux/types.h>
 
5
 
4
6
#define tcpoptstrip_set_bit(bmap, idx) \
5
7
        (bmap[(idx) >> 5] |= 1U << (idx & 31))
6
8
#define tcpoptstrip_test_bit(bmap, idx) \