Home
last modified time | relevance | path

Searched refs:destined (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dcrypto.h99 * D : The destined bit i.e. the message's destination node is
121 __u8 destined:1, member
133 destined:1;
H A Dcrypto.c924 else if (ehdr->destined) in tipc_aead_decrypt()
1070 ehdr->destined = (__rx) ? 1 : 0; in tipc_ehdr_build()
1401 /* For later cases, apply only if message is destined to this node */ in tipc_crypto_key_synch()
1402 if (!ehdr->destined || msg_short(hdr) || msg_destnode(hdr) != self) in tipc_crypto_key_synch()
/kernel/linux/linux-6.6/net/tipc/
H A Dcrypto.h99 * D : The destined bit i.e. the message's destination node is
121 __u8 destined:1, member
133 destined:1;
H A Dcrypto.c920 else if (ehdr->destined) in tipc_aead_decrypt()
1066 ehdr->destined = (__rx) ? 1 : 0; in tipc_ehdr_build()
1397 /* For later cases, apply only if message is destined to this node */ in tipc_crypto_key_synch()
1398 if (!ehdr->destined || msg_short(hdr) || msg_destnode(hdr) != self) in tipc_crypto_key_synch()

Completed in 7 milliseconds