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

/linux-master/net/key/
H A Daf_key.c774 int auth_key_size = 0; local
806 auth_key_size =
808 size += sizeof(struct sadb_key) + auth_key_size;
963 if (add_keys && auth_key_size) {
964 key = skb_put(skb, sizeof(struct sadb_key) + auth_key_size);
965 key->sadb_key_len = (sizeof(struct sadb_key) + auth_key_size) /

Completed in 127 milliseconds