Home
last modified time | relevance | path

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

/net/tipc/
Dbcast.h54 #define PLSIZE 32 macro
65 u32 ports[PLSIZE];
Dbcast.c945 int item_sz = PLSIZE; in tipc_port_list_add()
949 if (cnt < PLSIZE) in tipc_port_list_add()
954 if (i < PLSIZE) { in tipc_port_list_add()
Dsocket.c771 for (i = 0; i < PLSIZE && ++dst <= last; i++) { in tipc_sk_mcast_rcv()