Home | History | Annotate | Download | only in libipsec

Lines Matching refs:ext

1955 	struct sadb_ext *ext;
1980 ext = (void *)p;
1981 if (ep < p + sizeof(*ext) || PFKEY_EXTLEN(ext) < sizeof(*ext) ||
1982 ep < p + PFKEY_EXTLEN(ext)) {
1989 if (mhp[ext->sadb_ext_type] != NULL) {
1995 switch (ext->sadb_ext_type) {
2034 mhp[ext->sadb_ext_type] = (void *)ext;
2041 p += PFKEY_EXTLEN(ext);