Searched refs:PFKEY_ALIGN8 (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c587 _CASSERT(PFKEY_ALIGN8(sizeof(struct sadb_msg)) <= _MHLEN);
1986 PFKEY_ALIGN8(sizeof(*xisr)
2020 len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
2321 mpolicy = m_pulldown(n, PFKEY_ALIGN8(sizeof(struct sadb_msg)),
2528 len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
2548 off += PFKEY_ALIGN8(sizeof(struct sadb_msg));
2732 if (m->m_len != PFKEY_ALIGN8(sizeof(struct sadb_msg)))
2751 m->m_pkthdr.len = m->m_len = PFKEY_ALIGN8(sizeof(struct sadb_msg));
2924 tlen += PFKEY_ALIGN8(len);
2964 len = PFKEY_ALIGN8(sizeo
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dpfkeyv2.h453 #define PFKEY_ALIGN8(a) (1 + (((a) - 1) | (8 - 1))) macro

Completed in 25 milliseconds