/linux-4.1.27/mm/ |
D | pagewalk.c | 7 struct mm_walk *walk) in walk_pte_range() 28 struct mm_walk *walk) in walk_pmd_range() 73 struct mm_walk *walk) in walk_pud_range() 99 struct mm_walk *walk) in walk_pgd_range() 133 struct mm_walk *walk) in walk_hugetlb_range() 156 struct mm_walk *walk) in walk_hugetlb_range() 170 struct mm_walk *walk) in walk_page_test() 195 struct mm_walk *walk) in __walk_page_range() 240 struct mm_walk *walk) in walk_page_range() 288 int walk_page_vma(struct vm_area_struct *vma, struct mm_walk *walk) in walk_page_vma()
|
D | mincore.c | 23 unsigned long end, struct mm_walk *walk) in mincore_hugetlb() 104 struct mm_walk *walk) in mincore_unmapped_range() 112 struct mm_walk *walk) in mincore_pte_range()
|
D | madvise.c | 139 unsigned long end, struct mm_walk *walk) in swapin_walk_pmd_entry() 176 struct mm_walk walk = { in force_swapin_readahead() local
|
D | mempolicy.c | 486 unsigned long end, struct mm_walk *walk) in queue_pages_pte_range() 527 struct mm_walk *walk) in queue_pages_hugetlb() 587 struct mm_walk *walk) in queue_pages_test_walk()
|
D | memcontrol.c | 4893 struct mm_walk *walk) in mem_cgroup_count_precharge_pte_range() 5057 struct mm_walk *walk) in mem_cgroup_move_charge_pte_range()
|
/linux-4.1.27/crypto/ |
D | blkcipher.c | 44 static inline void blkcipher_map_src(struct blkcipher_walk *walk) in blkcipher_map_src() 49 static inline void blkcipher_map_dst(struct blkcipher_walk *walk) in blkcipher_map_dst() 54 static inline void blkcipher_unmap_src(struct blkcipher_walk *walk) in blkcipher_unmap_src() 59 static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk) in blkcipher_unmap_dst() 73 static inline unsigned int blkcipher_done_slow(struct blkcipher_walk *walk, in blkcipher_done_slow() 84 static inline unsigned int blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast() 104 struct blkcipher_walk *walk, int err) in blkcipher_walk_done() 147 struct blkcipher_walk *walk, in blkcipher_next_slow() 182 static inline int blkcipher_next_copy(struct blkcipher_walk *walk) in blkcipher_next_copy() 197 struct blkcipher_walk *walk) in blkcipher_next_fast() [all …]
|
D | scatterwalk.c | 33 void scatterwalk_start(struct scatter_walk *walk, struct scatterlist *sg) in scatterwalk_start() 43 void *scatterwalk_map(struct scatter_walk *walk) in scatterwalk_map() 50 static void scatterwalk_pagedone(struct scatter_walk *walk, int out, in scatterwalk_pagedone() 69 void scatterwalk_done(struct scatter_walk *walk, int out, int more) in scatterwalk_done() 76 void scatterwalk_copychunks(void *buf, struct scatter_walk *walk, in scatterwalk_copychunks() 106 struct scatter_walk walk; in scatterwalk_map_and_copy() local
|
D | ablkcipher.c | 47 void __ablkcipher_walk_complete(struct ablkcipher_walk *walk) in __ablkcipher_walk_complete() 59 static inline void ablkcipher_queue_write(struct ablkcipher_walk *walk, in ablkcipher_queue_write() 76 static inline unsigned int ablkcipher_done_slow(struct ablkcipher_walk *walk, in ablkcipher_done_slow() 96 static inline unsigned int ablkcipher_done_fast(struct ablkcipher_walk *walk, in ablkcipher_done_fast() 109 struct ablkcipher_walk *walk, int err) in ablkcipher_walk_done() 150 struct ablkcipher_walk *walk, in ablkcipher_next_slow() 189 static inline int ablkcipher_copy_iv(struct ablkcipher_walk *walk, in ablkcipher_copy_iv() 215 struct ablkcipher_walk *walk) in ablkcipher_next_fast() 226 struct ablkcipher_walk *walk) in ablkcipher_walk_next() 271 struct ablkcipher_walk *walk) in ablkcipher_walk_first() [all …]
|
D | cbc.c | 43 struct blkcipher_walk *walk, in crypto_cbc_encrypt_segment() 67 struct blkcipher_walk *walk, in crypto_cbc_encrypt_inplace() 94 struct blkcipher_walk walk; in crypto_cbc_encrypt() local 115 struct blkcipher_walk *walk, in crypto_cbc_decrypt_segment() 141 struct blkcipher_walk *walk, in crypto_cbc_decrypt_inplace() 173 struct blkcipher_walk walk; in crypto_cbc_decrypt() local
|
D | pcbc.c | 46 struct blkcipher_walk *walk, in crypto_pcbc_encrypt_segment() 71 struct blkcipher_walk *walk, in crypto_pcbc_encrypt_inplace() 101 struct blkcipher_walk walk; in crypto_pcbc_encrypt() local 124 struct blkcipher_walk *walk, in crypto_pcbc_decrypt_segment() 151 struct blkcipher_walk *walk, in crypto_pcbc_decrypt_inplace() 181 struct blkcipher_walk walk; in crypto_pcbc_decrypt() local
|
D | ahash.c | 43 static int hash_walk_next(struct crypto_hash_walk *walk) in hash_walk_next() 67 static int hash_walk_new_entry(struct crypto_hash_walk *walk) in hash_walk_new_entry() 84 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done() 132 struct crypto_hash_walk *walk) in crypto_hash_walk_first() 150 struct crypto_hash_walk *walk) in crypto_ahash_walk_first() 171 struct crypto_hash_walk *walk, in crypto_hash_walk_first_compat()
|
D | ecb.c | 42 struct blkcipher_walk *walk, in crypto_ecb_crypt() 73 struct blkcipher_walk walk; in crypto_ecb_encrypt() local 87 struct blkcipher_walk walk; in crypto_ecb_decrypt() local
|
D | ctr.c | 55 static void crypto_ctr_crypt_final(struct blkcipher_walk *walk, in crypto_ctr_crypt_final() 74 static int crypto_ctr_crypt_segment(struct blkcipher_walk *walk, in crypto_ctr_crypt_segment() 100 static int crypto_ctr_crypt_inplace(struct blkcipher_walk *walk, in crypto_ctr_crypt_inplace() 131 struct blkcipher_walk walk; in crypto_ctr_crypt() local
|
D | crypto_null.c | 77 struct blkcipher_walk walk; in skcipher_null_crypt() local
|
D | salsa20_generic.c | 181 struct blkcipher_walk walk; in encrypt() local
|
D | arc4.c | 99 struct blkcipher_walk walk; in ecb_arc4_crypt() local
|
D | shash.c | 222 struct crypto_hash_walk walk; in shash_ahash_update() local 245 struct crypto_hash_walk walk; in shash_ahash_finup() local 395 struct crypto_hash_walk walk; in shash_compat_update() local
|
D | xts.c | 175 struct blkcipher_walk walk; in xts_crypt() local
|
D | lrw.c | 224 struct blkcipher_walk walk; in lrw_crypt() local
|
D | ccm.c | 207 struct scatter_walk walk; in get_data_to_compute() local
|
/linux-4.1.27/arch/x86/crypto/ |
D | cast5_avx_glue.c | 60 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt() 117 struct blkcipher_walk walk; in ecb_encrypt() local 126 struct blkcipher_walk walk; in ecb_decrypt() local 133 struct blkcipher_walk *walk) in __cbc_encrypt() 159 struct blkcipher_walk walk; in cbc_encrypt() local 174 struct blkcipher_walk *walk) in __cbc_decrypt() 232 struct blkcipher_walk walk; in cbc_decrypt() local 250 struct blkcipher_walk *walk) in ctr_crypt_final() 267 struct blkcipher_walk *walk) in __ctr_crypt() 316 struct blkcipher_walk walk; in ctr_crypt() local
|
D | blowfish_glue.c | 80 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt() 128 struct blkcipher_walk walk; in ecb_encrypt() local 137 struct blkcipher_walk walk; in ecb_decrypt() local 144 struct blkcipher_walk *walk) in __cbc_encrypt() 170 struct blkcipher_walk walk; in cbc_encrypt() local 185 struct blkcipher_walk *walk) in __cbc_decrypt() 251 struct blkcipher_walk walk; in cbc_decrypt() local 265 static void ctr_crypt_final(struct bf_ctx *ctx, struct blkcipher_walk *walk) in ctr_crypt_final() 281 struct blkcipher_walk *walk) in __ctr_crypt() 339 struct blkcipher_walk walk; in ctr_crypt() local
|
D | glue_helper.c | 37 struct blkcipher_walk *walk) in __glue_ecb_crypt_128bit() 85 struct blkcipher_walk walk; in glue_ecb_crypt_128bit() local 94 struct blkcipher_walk *walk) in __glue_cbc_encrypt_128bit() 122 struct blkcipher_walk walk; in glue_cbc_encrypt_128bit() local 140 struct blkcipher_walk *walk) in __glue_cbc_decrypt_128bit() 198 struct blkcipher_walk walk; in glue_cbc_decrypt_128bit() local 218 struct blkcipher_walk *walk) in glue_ctr_crypt_final_128bit() 238 struct blkcipher_walk *walk) in __glue_ctr_crypt_128bit() 281 struct blkcipher_walk walk; in glue_ctr_crypt_128bit() local 309 struct blkcipher_walk *walk) in __glue_xts_crypt_128bit() [all …]
|
D | des3_ede_glue.c | 86 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt() 134 struct blkcipher_walk walk; in ecb_encrypt() local 144 struct blkcipher_walk walk; in ecb_decrypt() local 151 struct blkcipher_walk *walk) in __cbc_encrypt() 177 struct blkcipher_walk walk; in cbc_encrypt() local 192 struct blkcipher_walk *walk) in __cbc_decrypt() 256 struct blkcipher_walk walk; in cbc_decrypt() local 271 struct blkcipher_walk *walk) in ctr_crypt_final() 287 struct blkcipher_walk *walk) in __ctr_crypt() 340 struct blkcipher_walk walk; in ctr_crypt() local
|
D | salsa20_glue.c | 52 struct blkcipher_walk walk; in encrypt() local
|
D | aesni-intel_glue.c | 378 struct blkcipher_walk walk; in ecb_encrypt() local 402 struct blkcipher_walk walk; in ecb_decrypt() local 426 struct blkcipher_walk walk; in cbc_encrypt() local 450 struct blkcipher_walk walk; in cbc_decrypt() local 471 struct blkcipher_walk *walk) in ctr_crypt_final() 509 struct blkcipher_walk walk; in ctr_crypt() local
|
/linux-4.1.27/include/crypto/ |
D | scatterwalk.h | 58 static inline unsigned int scatterwalk_pagelen(struct scatter_walk *walk) in scatterwalk_pagelen() 65 static inline unsigned int scatterwalk_clamp(struct scatter_walk *walk, in scatterwalk_clamp() 72 static inline void scatterwalk_advance(struct scatter_walk *walk, in scatterwalk_advance() 78 static inline unsigned int scatterwalk_aligned(struct scatter_walk *walk, in scatterwalk_aligned() 84 static inline struct page *scatterwalk_page(struct scatter_walk *walk) in scatterwalk_page()
|
D | algapi.h | 309 static inline void blkcipher_walk_init(struct blkcipher_walk *walk, in blkcipher_walk_init() 319 static inline void ablkcipher_walk_init(struct ablkcipher_walk *walk, in ablkcipher_walk_init() 330 static inline void ablkcipher_walk_complete(struct ablkcipher_walk *walk) in ablkcipher_walk_complete()
|
D | mcryptd.h | 59 struct crypto_hash_walk walk; member
|
/linux-4.1.27/arch/s390/crypto/ |
D | des_s390.c | 86 u8 *key, struct blkcipher_walk *walk) in ecb_desall_crypt() 109 struct blkcipher_walk *walk) in cbc_desall_crypt() 148 struct blkcipher_walk walk; in ecb_des_encrypt() local 159 struct blkcipher_walk walk; in ecb_des_decrypt() local 189 struct blkcipher_walk walk; in cbc_des_encrypt() local 199 struct blkcipher_walk walk; in cbc_des_decrypt() local 294 struct blkcipher_walk walk; in ecb_des3_encrypt() local 305 struct blkcipher_walk walk; in ecb_des3_decrypt() local 335 struct blkcipher_walk walk; in cbc_des3_encrypt() local 345 struct blkcipher_walk walk; in cbc_des3_decrypt() local [all …]
|
D | aes_s390.c | 316 struct blkcipher_walk *walk) in ecb_aes_crypt() 343 struct blkcipher_walk walk; in ecb_aes_encrypt() local 357 struct blkcipher_walk walk; in ecb_aes_decrypt() local 445 struct blkcipher_walk *walk) in cbc_aes_crypt() 484 struct blkcipher_walk walk; in cbc_aes_encrypt() local 498 struct blkcipher_walk walk; in cbc_aes_decrypt() local 618 struct blkcipher_walk *walk) in xts_aes_crypt() 667 struct blkcipher_walk walk; in xts_aes_encrypt() local 681 struct blkcipher_walk walk; in xts_aes_decrypt() local 778 struct s390_aes_ctx *sctx, struct blkcipher_walk *walk) in ctr_aes_crypt() [all …]
|
/linux-4.1.27/arch/arm/crypto/ |
D | aes-ce-glue.c | 170 struct blkcipher_walk walk; in ecb_encrypt() local 193 struct blkcipher_walk walk; in ecb_decrypt() local 216 struct blkcipher_walk walk; in cbc_encrypt() local 240 struct blkcipher_walk walk; in cbc_decrypt() local 264 struct blkcipher_walk walk; in ctr_encrypt() local 308 struct blkcipher_walk walk; in xts_encrypt() local 333 struct blkcipher_walk walk; in xts_decrypt() local
|
D | aesbs-glue.c | 109 struct blkcipher_walk walk; in aesbs_cbc_encrypt() local 150 struct blkcipher_walk walk; in aesbs_cbc_decrypt() local 208 struct blkcipher_walk walk; in aesbs_ctr_encrypt() local 257 struct blkcipher_walk walk; in aesbs_xts_encrypt() local 281 struct blkcipher_walk walk; in aesbs_xts_decrypt() local
|
/linux-4.1.27/arch/powerpc/crypto/ |
D | aes-spe-glue.c | 183 struct blkcipher_walk walk; in ppc_ecb_encrypt() local 211 struct blkcipher_walk walk; in ppc_ecb_decrypt() local 239 struct blkcipher_walk walk; in ppc_cbc_encrypt() local 267 struct blkcipher_walk walk; in ppc_cbc_decrypt() local 295 struct blkcipher_walk walk; in ppc_ctr_crypt() local 325 struct blkcipher_walk walk; in ppc_xts_encrypt() local 356 struct blkcipher_walk walk; in ppc_xts_decrypt() local
|
/linux-4.1.27/arch/arm64/crypto/ |
D | aes-glue.c | 104 struct blkcipher_walk walk; in ecb_encrypt() local 126 struct blkcipher_walk walk; in ecb_decrypt() local 148 struct blkcipher_walk walk; in cbc_encrypt() local 171 struct blkcipher_walk walk; in cbc_decrypt() local 194 struct blkcipher_walk walk; in ctr_encrypt() local 240 struct blkcipher_walk walk; in xts_encrypt() local 264 struct blkcipher_walk walk; in xts_decrypt() local
|
D | aes-ce-ccm-glue.c | 111 struct scatter_walk walk; in ccm_calculate_auth_mac() local 153 struct blkcipher_walk walk; in ccm_encrypt() local 209 struct blkcipher_walk walk; in ccm_decrypt() local
|
/linux-4.1.27/arch/sparc/crypto/ |
D | aes_glue.c | 220 struct blkcipher_walk walk; in ecb_encrypt() local 249 struct blkcipher_walk walk; in ecb_decrypt() local 280 struct blkcipher_walk walk; in cbc_encrypt() local 309 struct blkcipher_walk walk; in cbc_decrypt() local 337 struct blkcipher_walk *walk) in ctr_crypt_final() 357 struct blkcipher_walk walk; in ctr_crypt() local
|
D | des_glue.c | 98 struct blkcipher_walk walk; in __ecb_crypt() local 146 struct blkcipher_walk walk; in cbc_encrypt() local 177 struct blkcipher_walk walk; in cbc_decrypt() local 266 struct blkcipher_walk walk; in __ecb3_crypt() local 318 struct blkcipher_walk walk; in cbc3_encrypt() local 354 struct blkcipher_walk walk; in cbc3_decrypt() local
|
D | camellia_glue.c | 90 struct blkcipher_walk walk; in __ecb_crypt() local 153 struct blkcipher_walk walk; in cbc_encrypt() local 192 struct blkcipher_walk walk; in cbc_decrypt() local
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | dma.c | 33 unsigned long next, struct mm_walk *walk) in page_set_nocache() 54 unsigned long next, struct mm_walk *walk) in page_clear_nocache() 90 struct mm_walk walk = { in or1k_dma_alloc() local 123 struct mm_walk walk = { in or1k_dma_free() local
|
/linux-4.1.27/drivers/atm/ |
D | idt77105.c | 85 struct idt77105_priv *walk; in idt77105_stats_timer_func() local 114 struct idt77105_priv *walk; in idt77105_restart_timer_func() local 326 struct idt77105_priv *walk, *prev; in idt77105_stop() local
|
D | suni.c | 58 struct suni_priv *walk; in suni_hz() local 344 struct suni_priv **walk; in suni_stop() local
|
/linux-4.1.27/drivers/crypto/vmx/ |
D | aes_ctr.c | 91 struct blkcipher_walk *walk) in p8_aes_ctr_final() 115 struct blkcipher_walk walk; in p8_aes_ctr_crypt() local
|
D | aes_cbc.c | 98 struct blkcipher_walk walk; in p8_aes_cbc_encrypt() local 134 struct blkcipher_walk walk; in p8_aes_cbc_decrypt() local
|
/linux-4.1.27/fs/proc/ |
D | task_mmu.c | 484 struct mm_walk *walk) in smaps_pte_entry() 508 struct mm_walk *walk) in smaps_pmd_entry() 524 struct mm_walk *walk) in smaps_pmd_entry() 530 struct mm_walk *walk) in smaps_pte_range() 793 unsigned long end, struct mm_walk *walk) in clear_refs_pte_range() 846 struct mm_walk *walk) in clear_refs_test_walk() 1006 struct mm_walk *walk) in pagemap_pte_hole() 1106 struct mm_walk *walk) in pagemap_pte_range() 1176 struct mm_walk *walk) in pagemap_hugetlb_range() 1413 unsigned long end, struct mm_walk *walk) in gather_pte_stats() [all …]
|
/linux-4.1.27/drivers/crypto/ |
D | geode-aes.c | 309 struct blkcipher_walk walk; in geode_cbc_decrypt() local 341 struct blkcipher_walk walk; in geode_cbc_encrypt() local 422 struct blkcipher_walk walk; in geode_ecb_decrypt() local 452 struct blkcipher_walk walk; in geode_ecb_encrypt() local
|
D | padlock-aes.c | 347 struct blkcipher_walk walk; in ecb_aes_encrypt() local 376 struct blkcipher_walk walk; in ecb_aes_decrypt() local 426 struct blkcipher_walk walk; in cbc_aes_encrypt() local 457 struct blkcipher_walk walk; in cbc_aes_decrypt() local
|
D | n2_core.c | 513 struct crypto_hash_walk walk; in n2_do_async_digest() local 672 struct ablkcipher_walk walk; member 711 struct ablkcipher_walk walk; member 876 struct ablkcipher_walk *walk = &rctx->walk; in n2_compute_chunks() local
|
D | omap-des.c | 389 struct scatter_walk walk; in sg_copy_buf() local
|
D | omap-aes.c | 405 struct scatter_walk walk; in sg_copy_buf() local
|
D | hifn_795x.c | 660 struct hifn_cipher_walk walk; member
|
/linux-4.1.27/include/crypto/internal/ |
D | hash.h | 64 static inline int crypto_ahash_walk_done(struct crypto_hash_walk *walk, in crypto_ahash_walk_done() 70 static inline int crypto_hash_walk_last(struct crypto_hash_walk *walk) in crypto_hash_walk_last() 75 static inline int crypto_ahash_walk_last(struct crypto_hash_walk *walk) in crypto_ahash_walk_last()
|
/linux-4.1.27/kernel/locking/ |
D | rtmutex-debug.h | 31 enum rtmutex_chainwalk walk) in debug_rt_mutex_detect_deadlock()
|
D | rtmutex.h | 33 enum rtmutex_chainwalk walk) in debug_rt_mutex_detect_deadlock()
|
/linux-4.1.27/arch/sparc/mm/ |
D | extable.c | 19 const struct exception_table_entry *walk; in search_extable() local
|
/linux-4.1.27/arch/s390/mm/ |
D | pgtable.c | 1230 unsigned long next, struct mm_walk *walk) in __s390_enable_skey() 1257 struct mm_walk walk = { .pte_entry = __s390_enable_skey }; in s390_enable_skey() local 1290 unsigned long next, struct mm_walk *walk) in __s390_reset_cmma() 1302 struct mm_walk walk = { .pte_entry = __s390_reset_cmma }; in s390_reset_cmma() local
|
/linux-4.1.27/arch/powerpc/mm/ |
D | subpage-prot.c | 135 unsigned long end, struct mm_walk *walk) in subpage_walk_pmd_entry()
|
/linux-4.1.27/security/ |
D | device_cgroup.c | 96 struct dev_exception_item *excopy, *walk; in dev_exception_add() local 128 struct dev_exception_item *walk, *tmp; in dev_exception_rm() local
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_debugfs.c | 107 struct hlist_node *walk; in l2tp_dfs_seq_tunnel_show() local
|
D | l2tp_core.c | 1241 struct hlist_node *walk; in l2tp_tunnel_closeall() local
|
/linux-4.1.27/include/net/ |
D | act_api.h | 97 int (*walk)(struct sk_buff *, struct netlink_callback *, int, struct tc_action *); member
|
D | sch_generic.h | 167 void (*walk)(struct Qdisc *, struct qdisc_walker * arg); member 227 void (*walk)(struct tcf_proto*, struct tcf_walker *arg); member
|
D | xfrm.h | 511 struct xfrm_policy_walk_entry walk; member 540 struct xfrm_policy_walk_entry walk; member
|
/linux-4.1.27/drivers/crypto/nx/ |
D | nx-aes-gcm.c | 130 struct scatter_walk walk; in nx_gca() local
|
D | nx.c | 167 struct scatter_walk walk; in nx_walk_and_build() local
|
/linux-4.1.27/drivers/vfio/pci/ |
D | vfio_pci.c | 402 struct vfio_pci_walk_info *walk = data; in vfio_pci_walk_wrapper() local 415 struct vfio_pci_walk_info walk = { in vfio_pci_for_each_slot_or_bus() local
|
/linux-4.1.27/fs/ |
D | select.c | 801 struct poll_list *walk; in do_poll() local 880 struct poll_list *walk = head; in do_sys_poll() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | interval_tree.c | 217 struct interval_node *walk = root; in interval_find() local
|
/linux-4.1.27/fs/fat/ |
D | namei_msdos.c | 26 unsigned char *walk; in msdos_format_name() local
|
D | inode.c | 426 unsigned char exe_extensions[] = "EXECOMBAT", *walk; in is_exec() local
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_state.c | 1614 int xfrm_state_walk(struct net *net, struct xfrm_state_walk *walk, in xfrm_state_walk() 1656 void xfrm_state_walk_init(struct xfrm_state_walk *walk, u8 proto, in xfrm_state_walk_init() 1667 void xfrm_state_walk_done(struct xfrm_state_walk *walk, struct net *net) in xfrm_state_walk_done()
|
D | xfrm_user.c | 869 struct xfrm_state_walk *walk = (struct xfrm_state_walk *) &cb->args[1]; in xfrm_dump_sa_done() local 881 struct xfrm_state_walk *walk = (struct xfrm_state_walk *) &cb->args[1]; in xfrm_dump_sa() local 1625 struct xfrm_policy_walk *walk = (struct xfrm_policy_walk *) &cb->args[1]; in xfrm_dump_policy_done() local 1635 struct xfrm_policy_walk *walk = (struct xfrm_policy_walk *) &cb->args[1]; in xfrm_dump_policy() local
|
D | xfrm_policy.c | 996 int xfrm_policy_walk(struct net *net, struct xfrm_policy_walk *walk, in xfrm_policy_walk() 1042 void xfrm_policy_walk_init(struct xfrm_policy_walk *walk, u8 type) in xfrm_policy_walk_init() 1051 void xfrm_policy_walk_done(struct xfrm_policy_walk *walk, struct net *net) in xfrm_policy_walk_done()
|
/linux-4.1.27/net/sched/ |
D | cls_tcindex.c | 141 struct tcindex_filter __rcu **walk; in tcindex_delete() local
|
/linux-4.1.27/net/atm/ |
D | common.c | 321 struct atm_vcc *walk; in check_ci() local
|
D | clip.c | 88 struct clip_vcc **walk; in unlink_clip_vcc() local
|
/linux-4.1.27/ipc/ |
D | sem.c | 790 struct list_head *walk; in wake_const_ops() local 891 struct list_head *walk; in update_queue() local
|
D | mqueue.c | 544 struct ext_wait_queue *walk; in wq_add() local
|
/linux-4.1.27/tools/testing/selftests/net/ |
D | psock_tpacket.c | 83 void (*walk)(int sock, struct ring *ring); member
|
/linux-4.1.27/arch/ia64/kernel/ |
D | efi.c | 305 walk (efi_freemem_callback_t callback, void *arg, u64 attr) in walk() function
|
/linux-4.1.27/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 883 struct ablkcipher_walk walk; in ablk_crypt() local
|
/linux-4.1.27/drivers/crypto/ux500/hash/ |
D | hash_core.c | 1087 struct crypto_hash_walk walk; in hash_hw_update() local
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sungem.c | 663 int walk = entry; in gem_tx() local
|
/linux-4.1.27/fs/btrfs/ |
D | raid56.c | 664 int walk = 0; in lock_stripe_add() local
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_tables.h | 259 void (*walk)(const struct nft_ctx *ctx, member
|
/linux-4.1.27/net/key/ |
D | af_key.c | 1867 struct xfrm_policy_walk walk; in gen_reqid() local
|