Lines Matching defs:tlen
145 int tlen;
159 tlen = ipsec_supported[algno]->sadb_supported_len
162 while (tlen > 0) {
163 if (tlen < sizeof(struct sadb_alg)) {
170 tlen -= sizeof(struct sadb_alg);
782 * tlen: msg length, it's to makeing sure.
788 pfkey_set_supported(struct sadb_msg *msg, int tlen)
795 if (msg->sadb_msg_len != tlen) {
801 ep = p + tlen;
2194 pfkey_setsadbmsg(caddr_t buf, caddr_t lim, u_int type, u_int tlen,
2211 p->sadb_msg_len = PFKEY_UNIT64(tlen);