Home
last modified time | relevance | path

Searched refs:tipc_node (Results 1 – 12 of 12) sorted by relevance

/linux/net/tipc/
H A Dnode.c83 * struct tipc_node - TIPC node structure
109 * @rcu: rcu struct for tipc_node
115 struct tipc_node { struct
174 static void __tipc_node_link_down(struct tipc_node *n, int *bearer_id,
177 static void tipc_node_link_down(struct tipc_node *n, int bearer_id,
179 static void node_lost_contact(struct tipc_node *n, struct sk_buff_head *inputq);
180 static void tipc_node_delete(struct tipc_node *node);
182 static void tipc_node_fsm_evt(struct tipc_node *n, int evt);
183 static struct tipc_node *tipc_node_find(struct net *net, u32 addr);
184 static struct tipc_node *tipc_node_find_by_i
116 addrtipc_node global() argument
117 kreftipc_node global() argument
118 locktipc_node global() argument
119 nettipc_node global() argument
120 hashtipc_node global() argument
121 active_linkstipc_node global() argument
122 linkstipc_node global() argument
123 bc_entrytipc_node global() argument
124 action_flagstipc_node global() argument
125 listtipc_node global() argument
126 statetipc_node global() argument
127 preliminarytipc_node global() argument
128 failover_senttipc_node global() argument
129 sync_pointtipc_node global() argument
130 link_cnttipc_node global() argument
131 working_linkstipc_node global() argument
132 capabilitiestipc_node global() argument
133 signaturetipc_node global() argument
134 link_idtipc_node global() argument
135 peer_idtipc_node global() argument
136 peer_id_stringtipc_node global() argument
137 publ_listtipc_node global() argument
138 conn_skstipc_node global() argument
139 keepalive_intvtipc_node global() argument
140 timertipc_node global() argument
141 rcutipc_node global() argument
142 delete_attipc_node global() argument
143 peer_nettipc_node global() argument
144 peer_hash_mixtipc_node global() argument
146 crypto_rxtipc_node global() argument
[all...]
H A Dnode.h79 u32 tipc_node_get_addr(struct tipc_node *node);
80 char *tipc_node_get_id_str(struct tipc_node *node);
81 void tipc_node_put(struct tipc_node *node);
82 void tipc_node_get(struct tipc_node *node);
83 struct tipc_node *tipc_node_create(struct net *net, u32 addr, u8 *peer_id,
87 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n);
H A Dcrypto.h160 struct tipc_node *node);
165 struct tipc_node *__dnode);
172 struct tipc_node *dest);
H A Dtrace.h133 int tipc_node_dump(struct tipc_node *n, bool more, char *buf);
329 TP_PROTO(struct tipc_node *n, bool more, const char *header),
351 TP_PROTO(struct tipc_node *n, bool more, const char *header), \
H A Dbcast.h42 struct tipc_node;
H A Dcrypto.c205 struct tipc_node *node;
269 struct tipc_node *__dnode);
295 struct tipc_node *__dnode, u8 type);
726 struct tipc_node *__dnode)
1458 struct tipc_node *node) in tipc_crypto_key_revoke()
1644 struct tipc_node *__dnode, u8 type) in tipc_crypto_timeout()
1682 struct tipc_node *__dnode)
1896 struct tipc_node *n;
2192 struct tipc_node *dest)
H A Dcore.h72 struct tipc_node;
H A Dbearer.h243 struct tipc_node *__dnode);
H A Ddiscover.c305 if (tipc_node(d->domain) && d->num_nodes) { in tipc_disc_timeout()
H A Dnetlink_compat.c951 tipc_node(node), nla_get_u32(publ[TIPC_NLA_PUBL_REF])); in tipc_nl_compat_name_table_dump()
1069 tipc_node(node), in tipc_nl_compat_sk_dump()
H A Dbearer.c587 struct tipc_node *__dnode) in tipc_bearer_xmit()
/linux/include/uapi/linux/
H A Dtipc.h310 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function