Searched refs:blob (Results 1 – 4 of 4) sorted by relevance
263 struct nft_rule_blob *blob; in nft_do_chain() local271 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()
2427 struct nft_rule_blob *blob; in nf_tables_chain_alloc_rules() local2434 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() local2601 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 …]
14 char blob[]; member
396 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() local522 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()