Searched refs:tipc_conn_delete_sub (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | topsrv.c | 116 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s); 165 tipc_conn_delete_sub(con, NULL); in tipc_conn_close() 227 /* tipc_conn_delete_sub - delete a specific or all subscriptions 230 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s) in tipc_conn_delete_sub() function 267 tipc_conn_delete_sub(con, &evt->s); in tipc_conn_send_to_sock() 370 tipc_conn_delete_sub(con, s); in tipc_conn_rcv_sub() 604 tipc_conn_delete_sub(con, NULL); in tipc_topsrv_kern_unsubscr()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | topsrv.c | 117 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s); 166 tipc_conn_delete_sub(con, NULL); in tipc_conn_close() 228 /* tipc_conn_delete_sub - delete a specific or all subscriptions 231 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s) in tipc_conn_delete_sub() function 268 tipc_conn_delete_sub(con, &evt->s); in tipc_conn_send_to_sock() 371 tipc_conn_delete_sub(con, s); in tipc_conn_rcv_sub() 609 tipc_conn_delete_sub(con, NULL); in tipc_topsrv_kern_unsubscr()
|
Completed in 3 milliseconds