Home
last modified time | relevance | path

Searched refs:ng (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/include/net/netns/
Dgeneric.h36 struct net_generic *ng; in net_generic() local
40 ng = rcu_dereference(net->gen); in net_generic()
41 ptr = ng->ptr[id - 1]; in net_generic()
/linux-4.4.14/net/core/
Dnet_namespace.c46 struct net_generic *ng; in net_alloc_generic() local
49 ng = kzalloc(generic_size, GFP_KERNEL); in net_alloc_generic()
50 if (ng) in net_alloc_generic()
51 ng->len = max_gen_ptrs; in net_alloc_generic()
53 return ng; in net_alloc_generic()
58 struct net_generic *ng, *old_ng; in net_assign_generic() local
65 ng = old_ng; in net_assign_generic()
69 ng = net_alloc_generic(); in net_assign_generic()
70 if (ng == NULL) in net_assign_generic()
84 memcpy(&ng->ptr, &old_ng->ptr, old_ng->len * sizeof(void*)); in net_assign_generic()
[all …]
/linux-4.4.14/Documentation/security/
DIMA-templates.txt64 - 'd-ng': the digest of the event, calculated with an arbitrary hash
67 - 'n-ng': the name of the event, without size limitations;
73 - "ima-ng" (default): its format is 'd-ng|n-ng';
74 - "ima-sig": its format is 'd-ng|n-ng|sig'.
84 configuration ('ima-ng' is the default choice);
/linux-4.4.14/tools/testing/selftests/capabilities/
DMakefile10 CFLAGS := -O2 -g -std=gnu99 -Wall -lcap-ng
/linux-4.4.14/security/integrity/ima/
DKconfig56 limited to 255 characters. The 'ima-ng' measurement list
63 bool "ima-ng (default)"
72 default "ima-ng" if IMA_NG_TEMPLATE
Dima_appraise.c59 iint->ima_hash->xattr.ng.type = IMA_XATTR_DIGEST_NG; in ima_fix_xattr()
60 iint->ima_hash->xattr.ng.algo = algo; in ima_fix_xattr()
/linux-4.4.14/drivers/staging/wlan-ng/
DKconfig8 This is the wlan-ng prism 2.5/3 USB driver for a wide range of
/linux-4.4.14/drivers/staging/
DMakefile8 obj-$(CONFIG_PRISM2_USB) += wlan-ng/
DKconfig29 source "drivers/staging/wlan-ng/Kconfig"
/linux-4.4.14/security/integrity/
Dintegrity.h85 } ng; member
/linux-4.4.14/Documentation/serial/
Dn_gsm.txt21 (a good starting point is util-linux-ng/sys-utils/ldattach.c)
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_sysfs.c304 u8 *ng; in store_guid() local
312 ng = (u8 *) &new_guid; in store_guid()
317 ng[i] = guid[i]; in store_guid()
/linux-4.4.14/sound/soc/omap/
DKconfig63 way to achieve this is to install util-linux-ng and use the included
/linux-4.4.14/Documentation/scheduler/
Dsched-design-CFS.txt134 The command chrt from util-linux-ng 2.13.1.1 can set all of these except
/linux-4.4.14/kernel/sched/
Dfair.c1057 struct numa_group *ng = p->numa_group; in should_numa_migrate_memory() local
1090 if (!ng) in should_numa_migrate_memory()
1097 if (!node_isset(dst_nid, ng->active_nodes)) in should_numa_migrate_memory()
1104 if (!node_isset(src_nid, ng->active_nodes)) in should_numa_migrate_memory()
/linux-4.4.14/Documentation/isdn/
DREADME.gigaset73 The ldattach(8) command (included in util-linux-ng release 2.14 or later)
/linux-4.4.14/Documentation/filesystems/
Dcoda.txt194 22.. SSeerrvviicciinngg CCooddaa ffiilleessyysstteemm ccaallllss
/linux-4.4.14/Documentation/
Dkernel-parameters.txt1481 Formats: { "ima" | "ima-ng" | "ima-sig" }
1482 Default: "ima-ng"