Searched refs:out_hdr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dvirtio_blk.c41 struct virtio_blk_outhdr out_hdr; member in struct:virtblk_req
105 vbr->out_hdr.type = VIRTIO_BLK_T_FLUSH;
106 vbr->out_hdr.sector = 0;
107 vbr->out_hdr.ioprio = req_get_ioprio(vbr->req);
111 vbr->out_hdr.type = 0;
112 vbr->out_hdr.sector = blk_rq_pos(vbr->req);
113 vbr->out_hdr.ioprio = req_get_ioprio(vbr->req);
116 vbr->out_hdr.type = VIRTIO_BLK_T_SCSI_CMD;
117 vbr->out_hdr.sector = 0;
118 vbr->out_hdr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/key/
H A Daf_key.c1263 struct sadb_msg *out_hdr; local
1340 out_hdr = (struct sadb_msg *) resp_skb->data;
1341 out_hdr->sadb_msg_version = hdr->sadb_msg_version;
1342 out_hdr->sadb_msg_type = SADB_GETSPI;
1343 out_hdr->sadb_msg_satype = pfkey_proto2satype(proto);
1344 out_hdr->sadb_msg_errno = 0;
1345 out_hdr->sadb_msg_reserved = 0;
1346 out_hdr->sadb_msg_seq = hdr->sadb_msg_seq;
1347 out_hdr->sadb_msg_pid = hdr->sadb_msg_pid;
1530 struct sadb_msg *out_hdr; local
1738 struct sadb_msg *out_hdr; local
2116 struct sadb_msg *out_hdr; local
2344 struct sadb_msg *out_hdr; local
2593 struct sadb_msg *out_hdr; local
2912 struct sadb_msg *out_hdr; local
[all...]

Completed in 158 milliseconds