Lines Matching defs:ext

171 	struct sadb_ext *ext;
187 ext = (struct sadb_ext *)((caddr_t)base + sizeof(struct sadb_msg));
191 ext->sadb_ext_len, ext->sadb_ext_type,
192 kdebug_sadb_exttype(ext->sadb_ext_type));
194 extlen = PFKEY_UNUNIT64(ext->sadb_ext_len);
201 __func__, ext->sadb_ext_len, tlen);
205 switch (ext->sadb_ext_type) {
207 kdebug_sadb_sa(ext);
212 kdebug_sadb_lifetime(ext);
221 kdebug_sadb_address(ext);
225 kdebug_sadb_key(ext);
229 kdebug_sadb_identity(ext);
234 kdebug_sadb_prop(ext);
238 kdebug_sadb_supported(ext);
244 kdebug_sadb_x_policy(ext);
247 kdebug_sadb_x_sa2(ext);
250 kdebug_sadb_x_sa_replay(ext);
255 kdebug_sadb_x_natt(ext);
259 kdebug_sadb_lifetime(ext);
262 ext->sadb_ext_type);
267 ext = (struct sadb_ext *)((caddr_t)ext + extlen);
274 kdebug_sadb_prop(struct sadb_ext *ext)
276 struct sadb_prop *prop = (struct sadb_prop *)ext;
281 if (ext == NULL)
323 kdebug_sadb_identity(struct sadb_ext *ext)
325 struct sadb_ident *id = (struct sadb_ident *)ext;
329 if (ext == NULL)
365 kdebug_sadb_supported(struct sadb_ext *ext)
367 struct sadb_supported *sup = (struct sadb_supported *)ext;
372 if (ext == NULL)
391 kdebug_sadb_lifetime(struct sadb_ext *ext)
393 struct sadb_lifetime *lft = (struct sadb_lifetime *)ext;
396 if (ext == NULL)
410 kdebug_sadb_sa(struct sadb_ext *ext)
412 struct sadb_sa *sa = (struct sadb_sa *)ext;
415 if (ext == NULL)
428 kdebug_sadb_address(struct sadb_ext *ext)
430 struct sadb_address *addr = (struct sadb_address *)ext;
433 if (ext == NULL)
441 kdebug_sockaddr((struct sockaddr *)((caddr_t)ext + sizeof(*addr)));
445 kdebug_sadb_key(struct sadb_ext *ext)
447 struct sadb_key *key = (struct sadb_key *)ext;
450 if (ext == NULL)
473 kdebug_sadb_x_sa2(struct sadb_ext *ext)
475 struct sadb_x_sa2 *sa2 = (struct sadb_x_sa2 *)ext;
478 if (ext == NULL)
491 kdebug_sadb_x_sa_replay(struct sadb_ext *ext)
496 if (ext == NULL)
499 replay = (struct sadb_x_sa_replay *)ext;
505 kdebug_sadb_x_natt(struct sadb_ext *ext)
511 if (ext == NULL)
514 if (ext->sadb_ext_type == SADB_X_EXT_NAT_T_TYPE) {
515 type = (struct sadb_x_nat_t_type *)ext;
519 port = (struct sadb_x_nat_t_port *)ext;
526 kdebug_sadb_x_policy(struct sadb_ext *ext)
528 struct sadb_x_policy *xpl = (struct sadb_x_policy *)ext;
532 if (ext == NULL)