TLV_LENGTH 281 include/linux/tipc_config.h #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen))) TLV_LENGTH 282 include/linux/tipc_config.h #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0))) TLV_LENGTH 310 include/linux/tipc_config.h tlv_len = TLV_LENGTH(len); TLV_LENGTH 101 net/tipc/config.c tlv->tlv_len = htons(TLV_LENGTH(tlv_data_size));