Lines Matching refs:PFKEY_ALIGN8
105 uint16_t len = sizeof(*src_address_payload) + PFKEY_ALIGN8(src4->sin_len);
107 tlen += PFKEY_ALIGN8(src4->sin_len);
113 uint16_t len = sizeof(*src_address_payload) + PFKEY_ALIGN8(src6->sin6_len);
115 tlen += PFKEY_ALIGN8(src6->sin6_len);
130 uint16_t len = sizeof(*dst_address_payload) + PFKEY_ALIGN8(dst4->sin_len);
132 tlen += PFKEY_ALIGN8(dst4->sin_len);
138 uint16_t len = sizeof(*dst_address_payload) + PFKEY_ALIGN8(dst6->sin6_len);
140 tlen += PFKEY_ALIGN8(dst6->sin6_len);
161 uint16_t len = sizeof(*encrypt_key_payload) + PFKEY_ALIGN8(32);
168 tlen += PFKEY_ALIGN8(32);
171 len = sizeof(*auth_key_payload) + PFKEY_ALIGN8(32);
178 tlen += PFKEY_ALIGN8(32);