Searched refs:walk (Results 1 – 9 of 9) sorted by relevance
/include/crypto/ |
D | scatterwalk.h | 66 static inline unsigned int scatterwalk_pagelen(struct scatter_walk *walk) in scatterwalk_pagelen() argument 68 unsigned int len = walk->sg->offset + walk->sg->length - walk->offset; in scatterwalk_pagelen() 69 unsigned int len_this_page = offset_in_page(~walk->offset) + 1; in scatterwalk_pagelen() 73 static inline unsigned int scatterwalk_clamp(struct scatter_walk *walk, in scatterwalk_clamp() argument 76 unsigned int len_this_page = scatterwalk_pagelen(walk); in scatterwalk_clamp() 80 static inline void scatterwalk_advance(struct scatter_walk *walk, in scatterwalk_advance() argument 83 walk->offset += nbytes; in scatterwalk_advance() 86 static inline unsigned int scatterwalk_aligned(struct scatter_walk *walk, in scatterwalk_aligned() argument 89 return !(walk->offset & alignmask); in scatterwalk_aligned() 92 static inline struct page *scatterwalk_page(struct scatter_walk *walk) in scatterwalk_page() argument [all …]
|
D | algapi.h | 190 struct blkcipher_walk *walk, int err); 192 struct blkcipher_walk *walk); 194 struct blkcipher_walk *walk); 196 struct blkcipher_walk *walk, 199 struct blkcipher_walk *walk, 204 struct ablkcipher_walk *walk, int err); 206 struct ablkcipher_walk *walk); 207 void __ablkcipher_walk_complete(struct ablkcipher_walk *walk); 309 static inline void blkcipher_walk_init(struct blkcipher_walk *walk, in blkcipher_walk_init() argument 314 walk->in.sg = src; in blkcipher_walk_init() [all …]
|
D | mcryptd.h | 60 struct crypto_hash_walk walk; member
|
/include/crypto/internal/ |
D | hash.h | 55 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err); 57 struct crypto_hash_walk *walk); 59 struct crypto_hash_walk *walk); 61 struct crypto_hash_walk *walk, 64 static inline int crypto_ahash_walk_done(struct crypto_hash_walk *walk, in crypto_ahash_walk_done() argument 67 return crypto_hash_walk_done(walk, err); in crypto_ahash_walk_done() 70 static inline int crypto_hash_walk_last(struct crypto_hash_walk *walk) in crypto_hash_walk_last() argument 72 return !(walk->entrylen | walk->total); in crypto_hash_walk_last() 75 static inline int crypto_ahash_walk_last(struct crypto_hash_walk *walk) in crypto_ahash_walk_last() argument 77 return crypto_hash_walk_last(walk); in crypto_ahash_walk_last()
|
/include/net/ |
D | act_api.h | 97 int (*walk)(struct sk_buff *, struct netlink_callback *, int, struct tc_action *); member
|
D | xfrm.h | 518 struct xfrm_policy_walk_entry walk; member 549 struct xfrm_policy_walk_entry walk; member 1424 void xfrm_state_walk_init(struct xfrm_state_walk *walk, u8 proto, 1426 int xfrm_state_walk(struct net *net, struct xfrm_state_walk *walk, 1428 void xfrm_state_walk_done(struct xfrm_state_walk *walk, struct net *net); 1575 void xfrm_policy_walk_init(struct xfrm_policy_walk *walk, u8 type); 1576 int xfrm_policy_walk(struct net *net, struct xfrm_policy_walk *walk, 1579 void xfrm_policy_walk_done(struct xfrm_policy_walk *walk, struct net *net);
|
D | sch_generic.h | 164 void (*walk)(struct Qdisc *, struct qdisc_walker * arg); member 225 void (*walk)(struct tcf_proto*, struct tcf_walker *arg); member
|
/include/linux/ |
D | mm.h | 1154 unsigned long next, struct mm_walk *walk); 1156 unsigned long next, struct mm_walk *walk); 1158 unsigned long next, struct mm_walk *walk); 1160 unsigned long next, struct mm_walk *walk); 1162 struct mm_walk *walk); 1165 struct mm_walk *walk); 1171 struct mm_walk *walk);
|
/include/net/netfilter/ |
D | nf_tables.h | 213 void (*walk)(const struct nft_ctx *ctx, member
|