Searched refs:tll (Results 1 – 3 of 3) sorted by relevance
803 uint16_t type, tll; in pkeyitlv_print() local824 tll = EXTRACT_16BITS(&kdtlv->length); in pkeyitlv_print()826 return fdatatlv_print(ndo, dp, tll, op_msk, indent); in pkeyitlv_print()885 uint16_t tll; in pdatacnt_print() local901 tll = EXTRACT_16BITS(&keytlv->length); in pdatacnt_print()902 if (tll < TLV_HDRL) { in pdatacnt_print()904 tll, TLV_HDRL)); in pdatacnt_print()907 tll -= TLV_HDRL; in pdatacnt_print()908 if (len < tll) { in pdatacnt_print()912 pptr += tll; in pdatacnt_print()[all …]
32 .PRECIOUS: Output/%.tbc Output/%.tll
188 int tll = ll; // expected-warning + {{tainted}} in atoiTest() local