Linux Kernel
3.7.1
|
#include "name_table.h"
Go to the source code of this file.
Functions | |
void | tipc_named_publish (struct publication *publ) |
void | tipc_named_withdraw (struct publication *publ) |
void | tipc_named_node_up (unsigned long node) |
void | tipc_named_recv (struct sk_buff *buf) |
void | tipc_named_reinit (void) |
tipc_named_node_up - tell specified node about all publications by this node
Definition at line 234 of file name_distr.c.
void tipc_named_publish | ( | struct publication * | publ | ) |
tipc_named_publish - tell other nodes about a new publication by this node
Definition at line 151 of file name_distr.c.
tipc_named_recv - process name table update message sent by another node
Definition at line 298 of file name_distr.c.
tipc_named_reinit - re-initialize local publications
This routine is called whenever TIPC networking is enabled. All name table entries published by this node are updated to reflect the node's new network address.
Definition at line 355 of file name_distr.c.
void tipc_named_withdraw | ( | struct publication * | publ | ) |
tipc_named_withdraw - tell other nodes about a withdrawn publication by this node
Definition at line 176 of file name_distr.c.