Searched refs:req_pkt_tail (Results 1 – 5 of 5) sorted by relevance
35 (int) sizeof(struct req_pkt_tail));37 (int) offsetof(struct req_pkt_tail, tstamp));39 (int) offsetof(struct req_pkt_tail, keyid));41 (int) offsetof(struct req_pkt_tail, mac));
151 struct req_pkt_tail { struct163 (sizeof(struct req_pkt_tail) - (MAX_MAC_LEN - MAX_MD5_LEN))
17 sizeof(struct req_pkt_tail) = 32
416 struct req_pkt_tail *tailinpkt; in process_private()
148385 introduce REQ_TAIL_MIN to represent struct req_pkt_tail size with a148408 account for growth of struct req_pkt_tail beyond 16-octet digest148409 by using REQ_TAIL_MIN instead of sizeof(req_pkt_tail).148413 req_pkt and req_pkt_tail both grew by 4 octets, but interop is