Home
last modified time | relevance | path

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

/linux/net/tipc/
A Dcrypto.h152 #define EHDR_SIZE (offsetof(struct tipc_ehdr, addr) + sizeof(__be32)) macro
154 #define EHDR_MIN_SIZE (EHDR_SIZE)
156 #define EMSG_OVERHEAD (EHDR_SIZE + TIPC_AES_GCM_TAG_SIZE)
A Dcrypto.c1002 return (ehdr->user != LINK_CONFIG) ? EHDR_SIZE : EHDR_CFG_SIZE; in tipc_ehdr_size()
1052 ehsz = (user != LINK_CONFIG) ? EHDR_SIZE : EHDR_CFG_SIZE; in tipc_ehdr_build()

Completed in 7 milliseconds