lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 12 Mar 2020 11:33:53 +0200
From:   Paul Blakey <paulb@...lanox.com>
To:     David Miller <davem@...emloft.net>
Cc:     saeedm@...lanox.com, ozsh@...lanox.com,
        jakub.kicinski@...ronome.com, vladbu@...lanox.com,
        netdev@...r.kernel.org, jiri@...lanox.com, roid@...lanox.com
Subject: Re: [PATCH net-next ct-offload v3 05/15] net/sched: act_ct: Support
 restoring conntrack info on skbs



On 3/12/2020 8:40 AM, David Miller wrote:
> From: Paul Blakey <paulb@...lanox.com>
> Date: Wed, 11 Mar 2020 16:33:48 +0200
>
>> +void tcf_ct_flow_table_restore_skb(struct sk_buff *skb, unsigned long cookie)
>> +{
>> +	enum ip_conntrack_info ctinfo = cookie & NFCT_INFOMASK;
>> +	struct nf_conn *ct = (struct nf_conn *)(cookie & NFCT_PTRMASK);
> Reverse christmas tree here please, thank you.
sure thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ