spd_proto
spd_proto = (struct spd_proto *)next;
spd_proto->spd_proto_len =
SPD_8TO64(sizeof (struct spd_proto));
spd_proto->spd_proto_exttype = SPD_EXT_PROTO;
spd_proto->spd_proto_number = conf->ips_ulp_prot;
next = (uint64_t *)&(spd_proto[1]);
struct spd_proto *spd_proto;
spd_proto = (struct spd_proto *)exts[SPD_EXT_PROTO];
print_ulp(spd_proto->spd_proto_number);
struct spd_proto *spd_proto;
spd_proto = (struct spd_proto *)exts[i];
spd_proto->spd_proto_exttype);
spd_proto->spd_proto_number);
struct spd_proto *spd_proto;
struct spd_proto *spp;
spp = (struct spd_proto *)(base + offset);
struct spd_proto *pr =
(struct spd_proto *)extv[SPD_EXT_PROTO];