summaryrefslogtreecommitdiff
path: root/curvetun/.gitignore
blob: ad9d744f057a81c940dbb3e04c7d270a4de28c25 (plain)
1
2
3
4
5
6
7
*.*

!.gitignore
!Makefile
!abiname.c
!nacl_build.sh
!nacl_path.sh
1'>ignoremode:
authorDavid S. Miller <davem@davemloft.net>2015-04-03 16:31:01 -0400
committerDavid S. Miller <davem@davemloft.net>2015-04-04 12:25:22 -0400
commit1d1de89b9a4746f1dd055a3b8d073dd2f962a3b6 (patch)
tree84465aaf839096b56d542b37da24cadbd861eb16 /net/netfilter
parentcfdfab314647b1755afedc33ab66f3f247e161ae (diff)
netfilter: Use nf_hook_state in nf_queue_entry.
That way we don't have to reinstantiate another nf_hook_state on the stack of the nf_reinject() path. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter')