Home
last modified time | relevance | path

Searched refs:__n (Results 1 – 2 of 2) sorted by relevance

/net/tipc/
Dnode.h87 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n);
Dnode.c282 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n) in tipc_node_crypto_rx() argument
284 return (__n) ? __n->crypto_rx : NULL; in tipc_node_crypto_rx()