Searched refs:vmac (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dksm.c1546 struct anon_vma_chain *vmac; local
1550 list_for_each_entry(vmac, &anon_vma->head, same_anon_vma) {
1551 vma = vmac->vma;
1599 struct anon_vma_chain *vmac; local
1603 list_for_each_entry(vmac, &anon_vma->head, same_anon_vma) {
1604 vma = vmac->vma;
1651 struct anon_vma_chain *vmac; local
1655 list_for_each_entry(vmac, &anon_vma->head, same_anon_vma) {
1656 vma = vmac->vma;
H A Dmemory-failure.c389 struct anon_vma_chain *vmac; local
393 list_for_each_entry(vmac, &av->head, same_anon_vma) {
394 vma = vmac->vma;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A DMakefile35 obj-$(CONFIG_CRYPTO_VMAC) += vmac.o
H A Dvmac.c33 #include <crypto/vmac.h>
455 static u64 vmac(unsigned char m[], unsigned int mbytes, function
574 mac = vmac(NULL, 0, nonce, NULL, ctx);
617 inst = shash_alloc_instance("vmac", alg);
654 .name = "vmac",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_l2_main.c178 static void qeth_l2_add_mc(struct qeth_card *card, __u8 *mac, int vmac) argument
190 mc->is_vmac = vmac;
192 if (vmac) {

Completed in 67 milliseconds