Searched refs:svc_str_len (Results 1 – 1 of 1) sorted by relevance
1082 size_t svc_str_len = data_max; in frame_process() local1098 svc_str_len -= strlen(XFER_QOSMARKING_FASTLANE_PREFIX); in frame_process()1103 svc_str_len -= strlen(XFER_QOSMARKING_RFC4594_PREFIX); in frame_process()1113 if (strncmp(svc_str, table[i].svc_str, svc_str_len) == 0) { in frame_process()