Home
last modified time | relevance | path

Searched refs:PLSIZE (Results 1 – 2 of 2) sorted by relevance

/net/tipc/
Dbcast.h55 #define PLSIZE 32 macro
67 u32 ports[PLSIZE];
153 int item_sz = PLSIZE; in tipc_port_list_add()
157 if (cnt < PLSIZE) in tipc_port_list_add()
162 if (i < PLSIZE) { in tipc_port_list_add()
Dport.c193 int index = cnt % PLSIZE; in tipc_port_recv_mcast()