Displaying 2 results from an estimated 2 matches for "ips_expect".
Did you mean:
ips_expected
2003 Aug 02
0
[SECURITY] Netfilter Security Advisory: Conntrack list_del() DoS
...;
+ return !(test_bit(IPS_ASSURED_BIT, &i->ctrack->status));
}
=20
static int early_drop(struct list_head *chain)
@@ -720,7 +718,7 @@
conntrack, expected);
/* Welcome, Mr. Bond. We've been expecting you... */
IP_NF_ASSERT(master_ct(conntrack));
- conntrack->status =3D IPS_EXPECTED;
+ __set_bit(IPS_EXPECTED_BIT, &conntrack->status);
conntrack->master =3D expected;
expected->sibling =3D conntrack;
LIST_DELETE(&ip_conntrack_expect_list, expected);
@@ -768,11 +766,11 @@
*set_reply =3D 1;
} else {
/* Once we've had two way comms, always ES...
2014 May 28
2
[Bug 950] New: ct status
...73 * There are more, but most of them don't make sense for filtering.
74 */
75 .symbols = {
76 SYMBOL("expected", IPS_EXPECTED),
77 SYMBOL("seen-reply", IPS_SEEN_REPLY),
78 SYMBOL("assured", IPS_ASSURED),
79 SYMBOL("confirmed", IPS_CONFIRMED),...