Home | History | Annotate | Download | only in netipsec

Lines Matching refs:PFKEY_ALIGN8

2122 			    PFKEY_ALIGN8(sizeof(*xisr)
2163 CTASSERT(PFKEY_ALIGN8(sizeof(struct sadb_msg)) <= MHLEN);
2164 len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
2384 mpolicy = m_pulldown(n, PFKEY_ALIGN8(sizeof(struct sadb_msg)),
2625 CTASSERT(PFKEY_ALIGN8(sizeof(struct sadb_msg)) <= MCLBYTES);
2628 len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
2636 off += PFKEY_ALIGN8(sizeof(struct sadb_msg));
2822 if (m->m_len != PFKEY_ALIGN8(sizeof(struct sadb_msg)))
2855 m->m_pkthdr.len = m->m_len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
3109 tlen += PFKEY_ALIGN8(len);
3144 len = PFKEY_ALIGN8(sizeof(*lt)) * 2;
3671 if (len == PFKEY_ALIGN8(sizeof(struct sadb_key)) &&
3704 if (len == PFKEY_ALIGN8(sizeof(struct sadb_key)) &&
3713 if (len != PFKEY_ALIGN8(sizeof(struct sadb_key)))
4083 len = PFKEY_ALIGN8(sizeof(struct sadb_x_nat_t_type));
4107 len = PFKEY_ALIGN8(sizeof(struct sadb_x_nat_t_port));
4132 len = PFKEY_ALIGN8(sizeof(struct sadb_x_nat_t_frag));
4240 CTASSERT(PFKEY_ALIGN8(sizeof(struct sadb_msg)) <= MCLBYTES);
4242 len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
4275 len = PFKEY_ALIGN8(sizeof(struct sadb_sa));
4318 len = PFKEY_ALIGN8(sizeof(struct sadb_address)) +
4319 PFKEY_ALIGN8(saddr->sa_len);
4338 memcpy(mtod(m, char *) + PFKEY_ALIGN8(sizeof(struct sadb_address)),
4356 len = PFKEY_ALIGN8(sizeof(struct sadb_ident)) + PFKEY_ALIGN8(stringlen);
4372 memcpy(mtod(m, void *) + PFKEY_ALIGN8(sizeof(struct sadb_ident)),
4389 len = PFKEY_ALIGN8(sizeof(struct sadb_x_sa2));
4418 len = PFKEY_ALIGN8
5481 CTASSERT(PFKEY_ALIGN8(sizeof(struct sadb_msg)) +
5482 PFKEY_ALIGN8(sizeof(struct sadb_sa)) <= MCLBYTES);
5485 len = PFKEY_ALIGN8(sizeof(struct sadb_msg)) +
5486 PFKEY_ALIGN8(sizeof(struct sadb_sa));
5494 off += PFKEY_ALIGN8(sizeof(struct sadb_msg));
5500 off += PFKEY_ALIGN8(sizeof(struct sadb_sa));
6518 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
6614 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
6677 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
6725 const int l = PFKEY_ALIGN8(sizeof(struct sadb_prop));
6880 memset(id, 0, sizeof(*id) + PFKEY_ALIGN8(fqdnlen));
6881 id->sadb_ident_len = PFKEY_UNIT64(sizeof(*id) + PFKEY_ALIGN8(fqdnlen));
6885 p += sizeof(struct sadb_ident) + PFKEY_ALIGN8(fqdnlen);
6899 memset(id, 0, sizeof(*id) + PFKEY_ALIGN8(userfqdnlen));
6900 id->sadb_ident_len = PFKEY_UNIT64(sizeof(*id) + PFKEY_ALIGN8(userfqdnlen));
6908 p += sizeof(struct sadb_ident) + PFKEY_ALIGN8(userfqdnlen);
7331 off += PFKEY_ALIGN8(sizeof(struct sadb_msg));
7339 off += PFKEY_ALIGN8(sizeof(*sup));
7355 off += PFKEY_ALIGN8(sizeof(*alg));
7365 off += PFKEY_ALIGN8(sizeof(*sup));
7379 off += PFKEY_ALIGN8(sizeof(struct sadb_alg));
7468 len = PFKEY_ALIGN8(sizeof(*lt)) * 2;
7807 m_adj(m, PFKEY_ALIGN8(sizeof(struct sadb_msg)));
8238 baselen = PFKEY_ALIGN8(sizeof(struct sadb_address));
8245 baselen = PFKEY_ALIGN8(sizeof(struct sadb_ident));
8262 if (baselen + PFKEY_ALIGN8(sa->sa_len) != len)