summaryrefslogtreecommitdiff
path: root/corking.h
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-11-07 16:55:15 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-11-09 13:33:21 +0100
commitc6aeff438d452be679cc3ba0a600db1d204b49a6 (patch)
tree03ad8f1576111b88d08dfec2c1615abab5bd4ff7 /corking.h
parenta2a169affeb57a42e27dd4893da0bdb52542dae9 (diff)
str: Add converting cmdline args vector to str module
Move piece of code which converts cmdline args vector to string from netsniff-ng.c to str.c as function. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'corking.h')
0 files changed, 0 insertions, 0 deletions
pan class='deletions'>-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-02skbuff: add and use skb_nfct helperFlorian Westphal1-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>