Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dpfkeyv2.h445 #define PFKEY_EXTLEN(msg) \ macro
/f-stack/freebsd/netipsec/
H A Dkey.c1481 if (len != PFKEY_EXTLEN(xpl0)) { in key_msg2sp()
1512 if (PFKEY_EXTLEN(xpl0) < sizeof(*xpl0)) { in key_msg2sp()
1520 tlen = PFKEY_EXTLEN(xpl0) - sizeof(*xpl0); in key_msg2sp()
2041 if ((newsp = key_msg2sp(xpl0, PFKEY_EXTLEN(xpl0), &error)) == NULL) { in key_spdadd()