Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dsubscr.c199 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()
/linux-4.4.14/include/uapi/linux/
Dtipc.h138 struct tipc_subscr { struct
154 struct tipc_subscr s; /* associated subscription */ argument