Loading net/ipv4/netfilter/ipt_hashlimit.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -561,7 +561,7 @@ static void hashlimit_destroy(const struct xt_match *match, void *matchinfo, hashlimit_destroy(const struct xt_match *match, void *matchinfo, unsigned int matchsize) unsigned int matchsize) { { struct ipt_hashlimit_info *r = (struct ipt_hashlimit_info *) matchinfo; struct ipt_hashlimit_info *r = matchinfo; htable_put(r->hinfo); htable_put(r->hinfo); } } Loading net/netfilter/xt_connmark.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -58,7 +58,7 @@ checkentry(const char *tablename, unsigned int matchsize, unsigned int matchsize, unsigned int hook_mask) unsigned int hook_mask) { { struct xt_connmark_info *cm = (struct xt_connmark_info *)matchinfo; struct xt_connmark_info *cm = matchinfo; if (cm->mark > 0xffffffff || cm->mask > 0xffffffff) { if (cm->mark > 0xffffffff || cm->mask > 0xffffffff) { printk(KERN_WARNING "connmark: only support 32bit mark\n"); printk(KERN_WARNING "connmark: only support 32bit mark\n"); Loading net/netfilter/xt_dccp.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -101,8 +101,7 @@ match(const struct sk_buff *skb, unsigned int protoff, unsigned int protoff, int *hotdrop) int *hotdrop) { { const struct xt_dccp_info *info = const struct xt_dccp_info *info = matchinfo; (const struct xt_dccp_info *)matchinfo; struct dccp_hdr _dh, *dh; struct dccp_hdr _dh, *dh; if (offset) if (offset) Loading net/netfilter/xt_mark.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -42,7 +42,7 @@ checkentry(const char *tablename, unsigned int matchsize, unsigned int matchsize, unsigned int hook_mask) unsigned int hook_mask) { { struct xt_mark_info *minfo = (struct xt_mark_info *) matchinfo; const struct xt_mark_info *minfo = matchinfo; if (minfo->mark > 0xffffffff || minfo->mask > 0xffffffff) { if (minfo->mark > 0xffffffff || minfo->mask > 0xffffffff) { printk(KERN_WARNING "mark: only supports 32bit mark\n"); printk(KERN_WARNING "mark: only supports 32bit mark\n"); Loading net/netfilter/xt_sctp.c +1 −3 Original line number Original line Diff line number Diff line Loading @@ -129,11 +129,9 @@ match(const struct sk_buff *skb, unsigned int protoff, unsigned int protoff, int *hotdrop) int *hotdrop) { { const struct xt_sctp_info *info; const struct xt_sctp_info *info = matchinfo; sctp_sctphdr_t _sh, *sh; sctp_sctphdr_t _sh, *sh; info = (const struct xt_sctp_info *)matchinfo; if (offset) { if (offset) { duprintf("Dropping non-first fragment.. FIXME\n"); duprintf("Dropping non-first fragment.. FIXME\n"); return 0; return 0; Loading Loading
net/ipv4/netfilter/ipt_hashlimit.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -561,7 +561,7 @@ static void hashlimit_destroy(const struct xt_match *match, void *matchinfo, hashlimit_destroy(const struct xt_match *match, void *matchinfo, unsigned int matchsize) unsigned int matchsize) { { struct ipt_hashlimit_info *r = (struct ipt_hashlimit_info *) matchinfo; struct ipt_hashlimit_info *r = matchinfo; htable_put(r->hinfo); htable_put(r->hinfo); } } Loading
net/netfilter/xt_connmark.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -58,7 +58,7 @@ checkentry(const char *tablename, unsigned int matchsize, unsigned int matchsize, unsigned int hook_mask) unsigned int hook_mask) { { struct xt_connmark_info *cm = (struct xt_connmark_info *)matchinfo; struct xt_connmark_info *cm = matchinfo; if (cm->mark > 0xffffffff || cm->mask > 0xffffffff) { if (cm->mark > 0xffffffff || cm->mask > 0xffffffff) { printk(KERN_WARNING "connmark: only support 32bit mark\n"); printk(KERN_WARNING "connmark: only support 32bit mark\n"); Loading
net/netfilter/xt_dccp.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -101,8 +101,7 @@ match(const struct sk_buff *skb, unsigned int protoff, unsigned int protoff, int *hotdrop) int *hotdrop) { { const struct xt_dccp_info *info = const struct xt_dccp_info *info = matchinfo; (const struct xt_dccp_info *)matchinfo; struct dccp_hdr _dh, *dh; struct dccp_hdr _dh, *dh; if (offset) if (offset) Loading
net/netfilter/xt_mark.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -42,7 +42,7 @@ checkentry(const char *tablename, unsigned int matchsize, unsigned int matchsize, unsigned int hook_mask) unsigned int hook_mask) { { struct xt_mark_info *minfo = (struct xt_mark_info *) matchinfo; const struct xt_mark_info *minfo = matchinfo; if (minfo->mark > 0xffffffff || minfo->mask > 0xffffffff) { if (minfo->mark > 0xffffffff || minfo->mask > 0xffffffff) { printk(KERN_WARNING "mark: only supports 32bit mark\n"); printk(KERN_WARNING "mark: only supports 32bit mark\n"); Loading
net/netfilter/xt_sctp.c +1 −3 Original line number Original line Diff line number Diff line Loading @@ -129,11 +129,9 @@ match(const struct sk_buff *skb, unsigned int protoff, unsigned int protoff, int *hotdrop) int *hotdrop) { { const struct xt_sctp_info *info; const struct xt_sctp_info *info = matchinfo; sctp_sctphdr_t _sh, *sh; sctp_sctphdr_t _sh, *sh; info = (const struct xt_sctp_info *)matchinfo; if (offset) { if (offset) { duprintf("Dropping non-first fragment.. FIXME\n"); duprintf("Dropping non-first fragment.. FIXME\n"); return 0; return 0; Loading