/kernel/linux/linux-5.10/net/tipc/ |
H A D | topsrv.h | 47 void tipc_topsrv_queue_evt(struct net *net, int conid, 51 u32 upper, u32 filter, int *conid); 52 void tipc_topsrv_kern_unsubscr(struct net *net, int conid);
|
H A D | topsrv.c | 81 * @conid: connection identifier 94 int conid; member 130 idr_remove(&s->conn_idr, con->conid); in tipc_conn_kref_release() 203 con->conid = ret; in tipc_conn_alloc() 215 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid) in tipc_conn_lookup() argument 220 con = idr_find(&s->conn_idr, conid); in tipc_conn_lookup() 313 void tipc_topsrv_queue_evt(struct net *net, int conid, in tipc_topsrv_queue_evt() argument 320 con = tipc_conn_lookup(srv, conid); in tipc_topsrv_queue_evt() 377 sub = tipc_sub_subscribe(srv->net, s, con->conid); in tipc_conn_rcv_sub() 569 u32 upper, u32 filter, int *conid) in tipc_topsrv_kern_subscr() 568 tipc_topsrv_kern_subscr(struct net *net, u32 port, u32 type, u32 lower, u32 upper, u32 filter, int *conid) tipc_topsrv_kern_subscr() argument 595 tipc_topsrv_kern_unsubscr(struct net *net, int conid) tipc_topsrv_kern_unsubscr() argument [all...] |
H A D | subscr.c | 54 tipc_topsrv_queue_evt(sub->net, sub->conid, event, evt); in tipc_sub_send_event() 132 int conid) in tipc_sub_subscribe() 151 sub->conid = conid; in tipc_sub_subscribe() 130 tipc_sub_subscribe(struct net *net, struct tipc_subscr *s, int conid) tipc_sub_subscribe() argument
|
H A D | subscr.h | 56 * @conid: connection identifier of topology server 67 int conid; member 74 int conid);
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | topsrv.h | 47 void tipc_topsrv_queue_evt(struct net *net, int conid, 51 u32 upper, u32 filter, int *conid); 52 void tipc_topsrv_kern_unsubscr(struct net *net, int conid);
|
H A D | topsrv.c | 82 * @conid: connection identifier 95 int conid; member 131 idr_remove(&s->conn_idr, con->conid); in tipc_conn_kref_release() 204 con->conid = ret; in tipc_conn_alloc() 216 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid) in tipc_conn_lookup() argument 221 con = idr_find(&s->conn_idr, conid); in tipc_conn_lookup() 314 void tipc_topsrv_queue_evt(struct net *net, int conid, in tipc_topsrv_queue_evt() argument 321 con = tipc_conn_lookup(srv, conid); in tipc_topsrv_queue_evt() 378 sub = tipc_sub_subscribe(srv->net, s, con->conid); in tipc_conn_rcv_sub() 574 u32 upper, u32 filter, int *conid) in tipc_topsrv_kern_subscr() 573 tipc_topsrv_kern_subscr(struct net *net, u32 port, u32 type, u32 lower, u32 upper, u32 filter, int *conid) tipc_topsrv_kern_subscr() argument 600 tipc_topsrv_kern_unsubscr(struct net *net, int conid) tipc_topsrv_kern_unsubscr() argument [all...] |
H A D | subscr.c | 63 tipc_topsrv_queue_evt(sub->net, sub->conid, event, evt); in tipc_sub_send_event() 133 int conid) in tipc_sub_subscribe() 154 sub->conid = conid; in tipc_sub_subscribe() 131 tipc_sub_subscribe(struct net *net, struct tipc_subscr *s, int conid) tipc_sub_subscribe() argument
|
H A D | subscr.h | 59 * @conid: connection identifier of topology server 71 int conid; member 78 int conid);
|