Lines Matching refs:sadb_ext
58 static void kdebug_sadb_prop(struct sadb_ext *);
59 static void kdebug_sadb_identity(struct sadb_ext *);
60 static void kdebug_sadb_supported(struct sadb_ext *);
61 static void kdebug_sadb_lifetime(struct sadb_ext *);
62 static void kdebug_sadb_sa(struct sadb_ext *);
63 static void kdebug_sadb_address(struct sadb_ext *);
64 static void kdebug_sadb_key(struct sadb_ext *);
65 static void kdebug_sadb_x_sa2(struct sadb_ext *);
82 struct sadb_ext *ext;
98 ext = (struct sadb_ext *)((caddr_t)base + sizeof(struct sadb_msg));
167 ext = (struct sadb_ext *)((caddr_t)ext + extlen);
175 struct sadb_ext *ext; in kdebug_sadb_prop()
226 struct sadb_ext *ext; in kdebug_sadb_identity()
271 struct sadb_ext *ext; in kdebug_sadb_supported()
299 struct sadb_ext *ext; in kdebug_sadb_lifetime()
320 struct sadb_ext *ext; in kdebug_sadb_sa()
340 struct sadb_ext *ext; in kdebug_sadb_address()
361 struct sadb_ext *ext; in kdebug_sadb_key()
390 struct sadb_ext *ext; in kdebug_sadb_x_sa2()
410 struct sadb_ext *ext; in kdebug_sadb_session_id()
428 struct sadb_ext *ext; in kdebug_sadb_sastat()
453 struct sadb_ext *ext; in kdebug_sadb_x_policy()
629 kdebug_sadb_key((struct sadb_ext *)sav->key_auth);
632 kdebug_sadb_key((struct sadb_ext *)sav->key_enc);
644 kdebug_sadb_lifetime((struct sadb_ext *)sav->lft_c);
647 kdebug_sadb_lifetime((struct sadb_ext *)sav->lft_h);
650 kdebug_sadb_lifetime((struct sadb_ext *)sav->lft_s);