Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 4 of 4) sorted by relevance

/net/netfilter/
Dnf_tables_core.c263 struct nft_rule_blob *blob; in nft_do_chain() local
271 blob = rcu_dereference(chain->blob_gen_1); in nft_do_chain()
273 blob = rcu_dereference(chain->blob_gen_0); in nft_do_chain()
275 rule = (struct nft_rule_dp *)blob->data; in nft_do_chain()
Dnf_tables_api.c2427 struct nft_rule_blob *blob; in nf_tables_chain_alloc_rules() local
2434 blob = kvmalloc(size, GFP_KERNEL_ACCOUNT); in nf_tables_chain_alloc_rules()
2435 if (!blob) in nf_tables_chain_alloc_rules()
2438 blob->size = 0; in nf_tables_chain_alloc_rules()
2439 nft_last_rule(chain, blob->data); in nf_tables_chain_alloc_rules()
2441 return blob; in nf_tables_chain_alloc_rules()
2511 struct nft_rule_blob *blob; in nf_tables_addchain() local
2601 blob = nf_tables_chain_alloc_rules(chain, 0); in nf_tables_addchain()
2602 if (!blob) { in nf_tables_addchain()
2607 RCU_INIT_POINTER(chain->blob_gen_0, blob); in nf_tables_addchain()
[all …]
/net/ceph/
Dauth_x_protocol.h14 char blob[]; member
Dauth_x.c396 memcpy(msg_a->ticket_blob.blob, th->ticket_blob->vec.iov_base, in ceph_x_build_authorizer()
509 struct ceph_x_challenge_blob *blob = enc_buf + in ceph_x_build_request() local
522 blob->client_challenge = auth->client_challenge; in ceph_x_build_request()
523 blob->server_challenge = cpu_to_le64(xi->server_challenge); in ceph_x_build_request()
525 sizeof(*blob)); in ceph_x_build_request()