HomeSort by: relevance | last modified time | path
    Searched refs:PFKEY_ALIGN8 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netipsec/
key.c 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)
    [all...]
  /src/sys/net/
if_ipsec.c 1593 m->m_len = PFKEY_ALIGN8(len);
1646 size = sizeof(*saaddr) + PFKEY_ALIGN8(addr->sa_len);
1701 size += PFKEY_ALIGN8(sizeof(*xisr));
1703 size += PFKEY_ALIGN8(src->sa_len + dst->sa_len);
1714 xisr->sadb_x_ipsecrequest_len = PFKEY_ALIGN8(sizeof(*xisr));
1717 PFKEY_ALIGN8(src->sa_len + dst->sa_len);
1874 - (sizeof(xsrc) + PFKEY_ALIGN8(src->sa_len));
1881 - (sizeof(xdst) + PFKEY_ALIGN8(dst->sa_len));
1888 padlen -= PFKEY_ALIGN8(sizeof(xisr));
pfkeyv2.h 533 #define PFKEY_ALIGN8(a) (1 + (((a) - 1) | (8 - 1)))

Completed in 17 milliseconds