Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkey.c1815 ilen = PFKEY_ALIGN8(sizeof(*xisr) + in key_sp2msg()
2316 len = PFKEY_ALIGN8(sizeof(struct sadb_msg)); in key_spddelete2()
2713 tlen += PFKEY_ALIGN8(len); in key_getspreqmsglen()
2749 len = PFKEY_ALIGN8(sizeof(*lt)) * 2; in key_spdexpire()
3789 len = PFKEY_ALIGN8(sizeof(struct sadb_sa)); in key_setsadbsa()
3822 PFKEY_ALIGN8(saddr->sa_len); in key_setsadbaddr()
4932 PFKEY_ALIGN8(sizeof(struct sadb_sa)); in key_getspi()
7170 off += PFKEY_ALIGN8(sizeof(*sup)); in key_register()
7185 off += PFKEY_ALIGN8(sizeof(*alg)); in key_register()
7194 off += PFKEY_ALIGN8(sizeof(*sup)); in key_register()
[all …]
/f-stack/freebsd/net/
H A Dpfkeyv2.h444 #define PFKEY_ALIGN8(a) (1 + (((a) - 1) | (8 - 1))) macro