Searched refs:amsg_buf (Results 1 – 1 of 1) sorted by relevance
2555 char *amsg_buf; in bpf_map_set_send() local2562 amsg_buf = (char *)msg.aux.ent; in bpf_map_set_send()2571 memcpy(amsg_buf, &aux->ent[i], sizeof(aux->ent[0]) * min_fd); in bpf_map_set_send()2587 char *amsg_buf, *mmsg_buf; in bpf_map_set_recv() local2592 amsg_buf = (char *)msg.aux.ent; in bpf_map_set_recv()2619 memcpy(&aux->ent[i], amsg_buf, sizeof(aux->ent[0]) * min_fd); in bpf_map_set_recv()