user_priority
struct user_priority *ppri_tbl, *ld_priority_file();
int add_user ( struct user_priority * ppri_tbl, char * user, int limit )
int del_user ( struct user_priority * ppri_tbl, char * user )
struct user_priority * ld_priority_file ( char * path )
static struct user_priority pri_tbl;
print_tbl(struct user_priority * ppri_tbl)
output_tbl(int fd, struct user_priority *ppri_tbl)
static struct user_priority *ppri_tbl;
struct user_priority *ld_priority_file();
u8_t user_priority /* Only 4 bits are used */;
if (tcp->tcp_cached.user_priority > 0x7)
DbgBreakIf(tcp->tcp_cached.user_priority > 0x7);
xtcp_st->ethernet.vlan_params |= (tcp->tcp_cached.user_priority << XSTORM_ETH_CONTEXT_SECTION_PRIORITY_SHIFT);
if (tcp->tcp_cached.user_priority != tcp_cached->user_priority) {
tcp->cid, tcp->tcp_cached.user_priority, tcp_cached->user_priority);
DbgBreakIf(tcp_cached->user_priority > 0x7);
tcp->tcp_cached.user_priority = tcp_cached->user_priority;
ctx->user_priority = tcp_cached->user_priority;
u8_t user_priority; /* 5 MSBs are always 0 */
static uint32_t user_priority[] = {
#define UPRI(gld, band) ((band != 0) ? user_priority[(band)] : (gld)->gld_upri)