Lines Matching refs:sadb_ext
68 static void kdebug_sadb_prop(const struct sadb_ext *);
69 static void kdebug_sadb_identity(const struct sadb_ext *);
70 static void kdebug_sadb_supported(const struct sadb_ext *);
71 static void kdebug_sadb_lifetime(const struct sadb_ext *);
72 static void kdebug_sadb_sa(const struct sadb_ext *);
73 static void kdebug_sadb_address(const struct sadb_ext *);
74 static void kdebug_sadb_key(const struct sadb_ext *);
75 static void kdebug_sadb_x_sa2(const struct sadb_ext *);
76 static void kdebug_sadb_x_policy(const struct sadb_ext *);
101 const struct sadb_ext *ext;
124 printf(" sadb_ext { len=%u type=%u }",
181 kdebug_sadb_prop(const struct sadb_ext *ext)
230 kdebug_sadb_identity(const struct sadb_ext *ext)
256 kdebug_sadb_supported(const struct sadb_ext *ext)
280 kdebug_sadb_lifetime(const struct sadb_ext *ext)
297 kdebug_sadb_sa(const struct sadb_ext *ext)
313 kdebug_sadb_address(const struct sadb_ext *ext)
331 kdebug_sadb_key(const struct sadb_ext *ext)
355 kdebug_sadb_x_sa2(const struct sadb_ext *ext)
371 kdebug_sadb_x_policy(const struct sadb_ext *ext)
434 kdebug_sadb_xpolicy(const char *msg, const struct sadb_ext *ext)
540 kdebug_sadb_key((struct sadb_ext *)sav->key_auth);
542 kdebug_sadb_key((struct sadb_ext *)sav->key_enc);
547 kdebug_sadb_lifetime((struct sadb_ext *)sav->lft_c);
549 kdebug_sadb_lifetime((struct sadb_ext *)sav->lft_h);
551 kdebug_sadb_lifetime((struct sadb_ext *)sav->lft_s);