Searched refs:pc_len (Results 1 – 3 of 3) sorted by relevance
136 uint32_t pc_len; member522 size_t pc_len; in update() local526 pc_len = sizeof(*pc) + x->x_signature_len; in update()527 pc = calloc(1, pc_len); in update()531 if (pc_len % PE_ALIGMENT_SIZE > 0) in update()532 pc_aligment = PE_ALIGMENT_SIZE - (pc_len % PE_ALIGMENT_SIZE); in update()544 pc->pc_len = x->x_signature_len; in update()546 pc->pc_len = pc_len; in update()552 pc_off = append(x, pc, pc_len, pc_aligment); in update()555 pc_off, pc_len); in update()[all …]
139 volatile u_int16_t pc_len; /* length of ctx struct */ member
1506 ctxl->pc_len = htole16(sizeof(struct ubsec_pktctx_long)); in ubsec_process()