Searched refs:__n (Results 1 – 2 of 2) sorted by relevance
87 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n);
282 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n) in tipc_node_crypto_rx() argument284 return (__n) ? __n->crypto_rx : NULL; in tipc_node_crypto_rx()