Age | Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-02 | netfilter: add and use nf_ct_set helper | Florian Westphal | 1 | -4/+2 | |
Add a helper to assign a nf_conn entry and the ctinfo bits to an sk_buff. This avoids changing code in followup patch that merges skb->nfct and skb->nfctinfo into skb->_nfct. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||||
2017-02-02 | skbuff: add and use skb_nfct helper | Florian Westphal | 1 | -3/+3 | |
Followup patch renames skb->nfct and changes its type so add a helper to avoid intrusive rename change later. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> |