| /include/net/netfilter/ |
| A D | nf_conntrack_zones.h | 29 nf_ct_zone_tmpl(const struct nf_conn *tmpl, const struct sk_buff *skb, in nf_ct_zone_tmpl() argument 33 if (!tmpl) in nf_ct_zone_tmpl() 36 if (tmpl->zone.flags & NF_CT_FLAG_MARK) in nf_ct_zone_tmpl() 37 return nf_ct_zone_init(tmp, skb->mark, tmpl->zone.dir, 0); in nf_ct_zone_tmpl() 39 return nf_ct_zone(tmpl); in nf_ct_zone_tmpl()
|
| A D | nf_conntrack_synproxy.h | 33 const struct nf_conn *tmpl) in nf_ct_add_synproxy() argument 36 if (tmpl && nfct_synproxy(tmpl)) { in nf_ct_add_synproxy()
|
| A D | nf_tables.h | 751 memset(tmpl, 0, sizeof(*tmpl)); in nft_set_ext_prepare() 752 tmpl->len = sizeof(struct nft_set_ext); in nft_set_ext_prepare() 758 tmpl->len = ALIGN(tmpl->len, nft_set_ext_types[id].align); in nft_set_ext_add_length() 759 if (tmpl->len > U8_MAX) in nft_set_ext_add_length() 762 tmpl->offset[id] = tmpl->len; in nft_set_ext_add_length() 763 tmpl->ext_len[id] = nft_set_ext_types[id].len + len; in nft_set_ext_add_length() 764 tmpl->len += tmpl->ext_len[id]; in nft_set_ext_add_length() 771 return nft_set_ext_add_length(tmpl, id, 0); in nft_set_ext_add() 775 const struct nft_set_ext_tmpl *tmpl) in nft_set_ext_init() argument 777 memcpy(ext->offset, tmpl->offset, sizeof(ext->offset)); in nft_set_ext_init() [all …]
|
| A D | nf_conntrack_l4proto.h | 79 int nf_conntrack_inet_error(struct nf_conn *tmpl, struct sk_buff *skb, 85 int nf_conntrack_icmpv4_error(struct nf_conn *tmpl, 90 int nf_conntrack_icmpv6_error(struct nf_conn *tmpl,
|
| A D | nf_synproxy.h | 23 struct nf_conn *tmpl; member
|
| A D | nf_conntrack_helper.h | 115 int __nf_ct_try_assign_helper(struct nf_conn *ct, struct nf_conn *tmpl,
|
| A D | nf_conntrack.h | 354 void nf_ct_tmpl_free(struct nf_conn *tmpl);
|
| /include/crypto/ |
| A D | algapi.h | 62 struct crypto_template *tmpl; member 82 int (*create)(struct crypto_template *tmpl, struct rtattr **tb); 129 int crypto_register_template(struct crypto_template *tmpl); 131 void crypto_unregister_template(struct crypto_template *tmpl); 135 int crypto_register_instance(struct crypto_template *tmpl,
|
| /include/crypto/internal/ |
| A D | skcipher.h | 164 int skcipher_register_instance(struct crypto_template *tmpl, 171 int lskcipher_register_instance(struct crypto_template *tmpl, 232 struct crypto_template *tmpl, struct rtattr **tb); 251 struct crypto_template *tmpl, struct rtattr **tb);
|
| A D | geniv.h | 21 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl,
|
| A D | sig.h | 53 int sig_register_instance(struct crypto_template *tmpl,
|
| A D | akcipher.h | 153 int akcipher_register_instance(struct crypto_template *tmpl,
|
| A D | kpp.h | 181 int kpp_register_instance(struct crypto_template *tmpl,
|
| A D | aead.h | 164 int aead_register_instance(struct crypto_template *tmpl,
|
| A D | hash.h | 91 int ahash_register_instance(struct crypto_template *tmpl, 142 int shash_register_instance(struct crypto_template *tmpl,
|
| /include/net/ |
| A D | fib_notifier.h | 48 fib_notifier_ops_register(const struct fib_notifier_ops *tmpl, struct net *net);
|
| A D | xfrm.h | 1196 __xfrm4_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x) in __xfrm4_state_addr_cmp() argument 1198 return (tmpl->saddr.a4 && in __xfrm4_state_addr_cmp() 1199 tmpl->saddr.a4 != x->props.saddr.a4); in __xfrm4_state_addr_cmp() 1203 __xfrm6_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x) in __xfrm6_state_addr_cmp() argument 1205 return (!ipv6_addr_any((struct in6_addr*)&tmpl->saddr) && in __xfrm6_state_addr_cmp() 1206 !ipv6_addr_equal((struct in6_addr *)&tmpl->saddr, (struct in6_addr*)&x->props.saddr)); in __xfrm6_state_addr_cmp() 1210 xfrm_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, unsigned short family) in xfrm_state_addr_cmp() argument 1214 return __xfrm4_state_addr_cmp(tmpl, x); in xfrm_state_addr_cmp() 1216 return __xfrm6_state_addr_cmp(tmpl, x); in xfrm_state_addr_cmp() 1689 struct xfrm_tmpl *tmpl,
|
| A D | cfg80211.h | 1405 const u8 *tmpl; member 1423 const u8 *tmpl; member
|
| /include/net/tc_act/ |
| A D | tc_ct.h | 14 struct nf_conn *tmpl; member
|
| /include/linux/sunrpc/ |
| A D | cache.h | 236 extern struct cache_detail *cache_create_net(const struct cache_detail *tmpl, struct net *net);
|