Home | History | Annotate | Download | only in dist

Lines Matching defs:tlv

45  * Structure of an NFLOG header and TLV parts, as described at
50 * The TLV length and type are in host byte order. The value is either
64 nd_uint16_t tlv_length; /* tlv length */
65 nd_uint16_t tlv_type; /* tlv type */
89 * TLV types.
178 const nflog_tlv_t *tlv;
180 /* We have some data. Do we have enough for the TLV header? */
184 tlv = (const nflog_tlv_t *) p;
185 ND_TCHECK_SIZE(tlv);
186 size = GET_HE_U_2(tlv->tlv_length);
190 /* Is the TLV's length less than the minimum? */
194 /* Do we have enough data for the full TLV? */
198 if (GET_HE_U_2(tlv->tlv_type) == NFULA_PAYLOAD) {
200 * This TLV's data is the packet payload.
201 * Skip past the TLV header, and break out