Lines Matching defs:tlen
111 int tlen, extlen;
124 tlen = PFKEY_UNUNIT64(base->sadb_msg_len) - sizeof(struct sadb_msg);
127 while (tlen > 0) {
135 if (ext->sadb_ext_len > tlen) {
204 tlen -= extlen;
461 int tlen;
464 tlen = PFKEY_UNUNIT64(xpl->sadb_x_policy_len) - sizeof(*xpl);
467 while (tlen > 0) {
491 if (xisr->sadb_x_ipsecrequest_len > tlen) {
496 tlen -= xisr->sadb_x_ipsecrequest_len;
502 if (tlen != 0)