Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27999
b: refs/heads/master
c: 5da0458
h: refs/heads/master
i:
  27997: cacef98
  27995: ebe3889
  27991: d4681a2
  27983: 01a71a2
  27967: b2a7ad9
v: v3
  • Loading branch information
David Woodhouse committed May 4, 2006
1 parent 85101f4 commit cc0953c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ee882f153a49098a12f6b26f153ba12a33d767a
refs/heads/master: 5da0458900bb5f56eb5e7a7c5ed275b5eaf51762
20 changes: 10 additions & 10 deletions trunk/include/linux/divert.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ struct divert_blk
{
int divert; /* are we active */
unsigned int protos; /* protocols */
u16 tcp_dst[MAX_DIVERT_PORTS]; /* specific tcp dst ports to divert */
u16 tcp_src[MAX_DIVERT_PORTS]; /* specific tcp src ports to divert */
u16 udp_dst[MAX_DIVERT_PORTS]; /* specific udp dst ports to divert */
u16 udp_src[MAX_DIVERT_PORTS]; /* specific udp src ports to divert */
__u16 tcp_dst[MAX_DIVERT_PORTS]; /* specific tcp dst ports to divert */
__u16 tcp_src[MAX_DIVERT_PORTS]; /* specific tcp src ports to divert */
__u16 udp_dst[MAX_DIVERT_PORTS]; /* specific udp dst ports to divert */
__u16 udp_src[MAX_DIVERT_PORTS]; /* specific udp src ports to divert */
};

/*
Expand All @@ -40,12 +40,12 @@ struct divert_blk

typedef union _divert_cf_arg
{
s16 int16;
u16 uint16;
s32 int32;
u32 uint32;
s64 int64;
u64 uint64;
__s16 int16;
__u16 uint16;
__s32 int32;
__u32 uint32;
__s64 int64;
__u64 uint64;
void __user *ptr;
} divert_cf_arg;

Expand Down

0 comments on commit cc0953c

Please sign in to comment.