summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2026-03-25 14:11:02 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2026-03-26 13:18:31 +0100
commit9c42bc9db90a154bc61ae337a070465f3393485a (patch)
treeb8111a4a9ac21db41c6834cf9b66587e621f40b6 /scripts/git.orderFile
parentfafdd92b9e30fe057740c5bb5cd4f92ecea9bf26 (diff)
netfilter: nf_conntrack_expect: honor expectation helper field
The expectation helper field is mostly unused. As a result, the netfilter codebase relies on accessing the helper through exp->master. Always set on the expectation helper field so it can be used to reach the helper. nf_ct_expect_init() is called from packet path where the skb owns the ct object, therefore accessing exp->master for the newly created expectation is safe. This saves a lot of updates in all callsites to pass the ct object as parameter to nf_ct_expect_init(). This is a preparation patches for follow up fixes. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions