commit | ec0e3f01114ad327112432a4da8840eb22fed577 | [log] [tgz] |
---|---|---|
author | Gao Feng <fgao@ikuai8.com> | Mon Mar 27 10:31:26 2017 +0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Apr 06 18:39:40 2017 +0200 |
tree | ce5e2fe065270a012e7fb2cabd6f4207a3711f33 | |
parent | 92f73221f9e9e143d242e3eca9c512dac969765e [diff] |
netfilter: nf_ct_expect: Add nf_ct_remove_expect() When remove one expect, it needs three statements. And there are multiple duplicated codes in current code. So add one common function nf_ct_remove_expect to consolidate this. Signed-off-by: Gao Feng <fgao@ikuai8.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>