Lines Matching defs:tdb
202 struct tdb *tdbp = NULL;
366 ipsec_common_input_cb(struct mbuf **mp, struct tdb *tdbp, int skip, int protoff)
845 ipsec_set_mtu(struct tdb *tdbp, u_int32_t mtu)
851 /* Walk the chain backwards to the first tdb */
859 /* Store adjusted MTU in tdb */
874 struct tdb *tdbp;
910 struct tdb *tdbp, *first;
1025 struct tdb *tdb;
1037 tdb = gettdb(tdbi->rdomain, tdbi->spi, &tdbi->dst, tdbi->proto);
1039 tdb = NULL;
1041 tdb, NULL, NULL, NULL);
1042 tdb_unref(tdb);
1050 struct tdb *tdb;
1109 tdb = gettdb(tdbi->rdomain, tdbi->spi, &tdbi->dst,
1112 tdb = NULL;
1114 tdb, NULL, NULL, NULL);
1115 tdb_unref(tdb);