summaryrefslogtreecommitdiff
path: root/include/net/netns/core.h
blob: 78eb1ff75475b6f39095d3c5baa118cfc5daf107 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __NETNS_CORE_H__
#define __NETNS_CORE_H__

struct ctl_table_header;
struct prot_inuse;

struct netns_core {
	/* core sysctls */
	struct ctl_table_header	*sysctl_hdr;

	int	sysctl_somaxconn;

	struct prot_inuse __percpu *inuse;
};

#endif
adb2dc55ad9bcddb9'>crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu 2015-06-03crypto: api - Include alignment in crypto_alg_extsizeHerbert Xu 2015-05-13crypto: api - Add crypto_grab_spawn primitiveHerbert Xu 2015-04-26crypto: api - Fix build error when modules are disabledHerbert Xu 2015-04-23crypto: api - Include linux/fips.hHerbert Xu 2015-04-23crypto: api - Move module sig ifdef into accessor functionHerbert Xu 2015-04-21crypto: api - Add crypto_alg_extsize helperHerbert Xu 2015-04-15crypto: fix broken crypto_register_instance() module handlingHerbert Xu 2015-04-10crypto: api - remove instance when test failedStephan Mueller 2015-04-10crypto: api - Move alg ref count init to crypto_check_algHerbert Xu 2015-04-03crypto: api - Change crypto_unregister_instance argument typeHerbert Xu 2015-04-03crypto: api - Fix races in crypto_unregister_instanceHerbert Xu 2014-12-22crypto: api - fixed style erro in algapi.cJoshua I. James 2014-11-26crypto: include crypto- module prefix in templateKees Cook 2014-07-03crypto: fips - only panic on bad/missing crypto mod signaturesJarod Wilson 2013-07-03crypto: sanitize argument for format stringKees Cook 2013-02-27hlist: drop the node parameter from iteratorsSasha Levin 2013-02-04crypto: use ERR_CASTJulia Lawall 2012-06-22crypto: algapi - Move larval completion into algbossHerbert Xu 2012-01-26crypto: Add bulk algorithm registration interfaceMark Brown 2011-11-09crypto: Unlink and free instances when deletedSteffen Klassert 2011-10-21crypto: Export crypto_remove_finalSteffen Klassert 2011-10-21crypto: Export crypto_remove_spawnsSteffen Klassert 2011-10-21crypto: Add a flag to identify crypto instancesSteffen Klassert