Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dbcast.h54 #define PLSIZE 32 macro
66 u32 ports[PLSIZE];
Dbcast.c886 int item_sz = PLSIZE; in tipc_port_list_add()
890 if (cnt < PLSIZE) in tipc_port_list_add()
895 if (i < PLSIZE) { in tipc_port_list_add()
Dport.c176 int index = cnt % PLSIZE; in tipc_port_recv_mcast()