Searched refs:publication (Results 1 – 5 of 5) sorted by relevance
/net/tipc/ |
D | name_table.c | 92 static struct publication *tipc_publ_create(u32 type, u32 lower, u32 upper, in tipc_publ_create() 96 struct publication *publ = kzalloc(sizeof(*publ), GFP_ATOMIC); in tipc_publ_create() 219 static struct publication *tipc_service_insert_publ(struct net *net, in tipc_service_insert_publ() 228 struct publication *p; in tipc_service_insert_publ() 265 static struct publication *tipc_service_remove_publ(struct service_range *sr, in tipc_service_remove_publ() 268 struct publication *p; in tipc_service_remove_publ() 291 struct publication *p; in tipc_service_subscribe() 336 struct publication *tipc_nametbl_insert_publ(struct net *net, u32 type, in tipc_nametbl_insert_publ() 343 struct publication *p; in tipc_nametbl_insert_publ() 363 struct publication *tipc_nametbl_remove_publ(struct net *net, u32 type, in tipc_nametbl_remove_publ() [all …]
|
D | name_distr.c | 54 static void publ_to_item(struct distr_item *i, struct publication *p) in publ_to_item() 87 struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ) in tipc_named_publish() 114 struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ) in tipc_named_withdraw() 146 struct publication *publ; in named_distribute() 207 static void tipc_publ_purge(struct net *net, struct publication *publ, u32 addr) in tipc_publ_purge() 210 struct publication *p; in tipc_publ_purge() 250 struct publication *publ, *tmp; in tipc_publ_notify() 267 struct publication *p = NULL; in tipc_update_nametbl() 339 struct publication *publ; in tipc_named_reinit()
|
D | name_table.h | 74 struct publication { struct 119 struct publication *tipc_nametbl_publish(struct net *net, u32 type, u32 lower, 124 struct publication *tipc_nametbl_insert_publ(struct net *net, u32 type, 127 struct publication *tipc_nametbl_remove_publ(struct net *net, u32 type,
|
D | name_distr.h | 70 struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ); 71 struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ);
|
D | socket.c | 2717 struct publication *publ; in tipc_sk_publish() 2744 struct publication *publ; in tipc_sk_withdraw() 2745 struct publication *safe; in tipc_sk_withdraw() 3511 struct publication *publ) in __tipc_nl_add_sk_publ() 3553 struct publication *p; in __tipc_nl_list_sk_publ() 3572 p = list_first_entry(&tsk->publications, struct publication, in __tipc_nl_list_sk_publ() 3654 struct publication *p; in tipc_sk_filtering() 3680 struct publication, binding_sock); in tipc_sk_filtering() 3757 struct publication *p; in tipc_sk_dump() 3782 struct publication, binding_sock); in tipc_sk_dump()
|