Searched refs:ng (Results 1 – 18 of 18) sorted by relevance
36 struct net_generic *ng; in net_generic() local40 ng = rcu_dereference(net->gen); in net_generic()41 ptr = ng->ptr[id - 1]; in net_generic()
46 struct net_generic *ng; in net_alloc_generic() local49 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() local65 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 …]
64 - 'd-ng': the digest of the event, calculated with an arbitrary hash67 - '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);
10 CFLAGS := -O2 -g -std=gnu99 -Wall -lcap-ng
56 limited to 255 characters. The 'ima-ng' measurement list63 bool "ima-ng (default)"72 default "ima-ng" if IMA_NG_TEMPLATE
59 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()
8 This is the wlan-ng prism 2.5/3 USB driver for a wide range of
8 obj-$(CONFIG_PRISM2_USB) += wlan-ng/
29 source "drivers/staging/wlan-ng/Kconfig"
85 } ng; member
21 (a good starting point is util-linux-ng/sys-utils/ldattach.c)
304 u8 *ng; in store_guid() local312 ng = (u8 *) &new_guid; in store_guid()317 ng[i] = guid[i]; in store_guid()
63 way to achieve this is to install util-linux-ng and use the included
134 The command chrt from util-linux-ng 2.13.1.1 can set all of these except
1057 struct numa_group *ng = p->numa_group; in should_numa_migrate_memory() local1090 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()
73 The ldattach(8) command (included in util-linux-ng release 2.14 or later)
194 22.. SSeerrvviicciinngg CCooddaa ffiilleessyysstteemm ccaallllss
1481 Formats: { "ima" | "ima-ng" | "ima-sig" }1482 Default: "ima-ng"