Searched refs:tipc_subscr (Results 1 – 2 of 2) sorted by relevance
199 static void tipc_subscrp_cancel(struct tipc_subscr *s, in tipc_subscrp_cancel()208 if (!memcmp(s, &sub->evt.s, sizeof(struct tipc_subscr))) { in tipc_subscrp_cancel()219 static int tipc_subscrp_create(struct net *net, struct tipc_subscr *s, in tipc_subscrp_create()296 if (tipc_subscrp_create(net, (struct tipc_subscr *)buf, subscrb, &sub)) in tipc_subscrb_rcv_cb()334 topsrv->max_rcvbuf_size = sizeof(struct tipc_subscr); in tipc_topsrv_start()
138 struct tipc_subscr { struct154 struct tipc_subscr s; /* associated subscription */ argument