Searched refs:PFKEY_EXTLEN (Results 1 – 2 of 2) sorted by relevance
445 #define PFKEY_EXTLEN(msg) \ macro
1481 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()