Displaying 1 result from an estimated 1 matches for "offoff".
Did you mean:
offff
1999 Nov 14
0
help: can some body tell me the how to fill params of u32 filter in kernel ?
...t i don't know the filter param's struct in the kernel.
i just know the struct
struct tc_u32_key
{
__u32 mask;
__u32 val;
int off;
int offmask;
};
struct tc_u32_sel
{
unsigned char flags;
unsigned char offshift;
unsigned char nkeys;
__u16 offmask;
__u16 off;
short offoff;
short hoff;
__u32 hmask;
struct tc_u32_key keys[0];
};
but i don't know how to fill it ,
the struct's mean?
can you tell me
zxl zxlchinese@china.com