Lines Matching refs:PFKEY_ALIGN8
102 uint16_t len = sizeof(*src_address_payload) + PFKEY_ALIGN8(src4->sin_len);
104 tlen += PFKEY_ALIGN8(src4->sin_len);
110 uint16_t len = sizeof(*src_address_payload) + PFKEY_ALIGN8(src6->sin6_len);
112 tlen += PFKEY_ALIGN8(src6->sin6_len);
127 uint16_t len = sizeof(*dst_address_payload) + PFKEY_ALIGN8(dst4->sin_len);
129 tlen += PFKEY_ALIGN8(dst4->sin_len);
135 uint16_t len = sizeof(*dst_address_payload) + PFKEY_ALIGN8(dst6->sin6_len);
137 tlen += PFKEY_ALIGN8(dst6->sin6_len);
158 uint16_t len = sizeof(*encrypt_key_payload) + PFKEY_ALIGN8(32);
165 tlen += PFKEY_ALIGN8(32);
168 len = sizeof(*auth_key_payload) + PFKEY_ALIGN8(32);
175 tlen += PFKEY_ALIGN8(32);