Searched refs:blob (Results 1 – 4 of 4) sorted by relevance
260 struct nft_rule_blob *blob; in nft_do_chain() local268 blob = rcu_dereference(chain->blob_gen_1); in nft_do_chain()270 blob = rcu_dereference(chain->blob_gen_0); in nft_do_chain()272 rule = (struct nft_rule_dp *)blob->data; in nft_do_chain()
2573 struct nft_rule_blob *blob; in nf_tables_chain_alloc_rules() local2580 blob = kvmalloc(size, GFP_KERNEL_ACCOUNT); in nf_tables_chain_alloc_rules()2581 if (!blob) in nf_tables_chain_alloc_rules()2584 blob->size = 0; in nf_tables_chain_alloc_rules()2585 nft_last_rule(chain, blob->data); in nf_tables_chain_alloc_rules()2587 return blob; in nf_tables_chain_alloc_rules()2659 struct nft_rule_blob *blob; in nf_tables_addchain() local2750 if (!blob) { in nf_tables_addchain()10357 kvfree(l->blob); in __nf_tables_commit_chain_free_rules()10365 last = (void *)blob + sizeof(*blob) + blob->size; in nf_tables_commit_chain_free_rules_old()[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()
Completed in 34 milliseconds