Home
last modified time | relevance | path

Searched refs:tmpl (Results 1 – 9 of 9) sorted by relevance

/include/crypto/
Dalgapi.h42 struct crypto_template *tmpl; member
55 int (*create)(struct crypto_template *tmpl, struct rtattr **tb);
134 int crypto_register_template(struct crypto_template *tmpl);
135 void crypto_unregister_template(struct crypto_template *tmpl);
138 int crypto_register_instance(struct crypto_template *tmpl,
/include/crypto/internal/
Daead.h58 struct crypto_instance *aead_geniv_alloc(struct crypto_template *tmpl,
Dhash.h69 int ahash_register_instance(struct crypto_template *tmpl,
88 int shash_register_instance(struct crypto_template *tmpl,
Dskcipher.h62 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl,
/include/net/netns/
Dconntrack.h74 struct hlist_nulls_head tmpl; member
/include/net/netfilter/
Dnf_conntrack_helper.h66 extern int __nf_ct_try_assign_helper(struct nf_conn *ct, struct nf_conn *tmpl,
Dnf_conntrack_l4proto.h54 int (*error)(struct net *net, struct nf_conn *tmpl, struct sk_buff *skb,
/include/net/
Dxfrm.h335 const struct xfrm_tmpl *tmpl,
1037 __xfrm4_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x) in __xfrm4_state_addr_cmp() argument
1039 return (tmpl->saddr.a4 && in __xfrm4_state_addr_cmp()
1040 tmpl->saddr.a4 != x->props.saddr.a4); in __xfrm4_state_addr_cmp()
1044 __xfrm6_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x) in __xfrm6_state_addr_cmp() argument
1046 return (!ipv6_addr_any((struct in6_addr*)&tmpl->saddr) && in __xfrm6_state_addr_cmp()
1047 !ipv6_addr_equal((struct in6_addr *)&tmpl->saddr, (struct in6_addr*)&x->props.saddr)); in __xfrm6_state_addr_cmp()
1051 xfrm_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, unsigned short family) in xfrm_state_addr_cmp() argument
1055 return __xfrm4_state_addr_cmp(tmpl, x); in xfrm_state_addr_cmp()
1057 return __xfrm6_state_addr_cmp(tmpl, x); in xfrm_state_addr_cmp()
[all …]
/include/linux/sunrpc/
Dcache.h204 extern struct cache_detail *cache_create_net(struct cache_detail *tmpl, struct net *net);