Searched refs:traffic_key (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | tcp_ao.c | 725 struct tcp_ao_key **key, char **traffic_key, in tcp_ao_prepare_reset() argument 774 *traffic_key = kmalloc(tcp_ao_digest_size(*key), GFP_ATOMIC); in tcp_ao_prepare_reset() 775 if (!*traffic_key) in tcp_ao_prepare_reset() 778 if (tcp_ao_calc_key_skb(*key, *traffic_key, skb, in tcp_ao_prepare_reset() 799 *traffic_key = snd_other_key(*key); in tcp_ao_prepare_reset() 816 u8 *traffic_key; in tcp_ao_transmit_skb() local 821 traffic_key = snd_other_key(key); in tcp_ao_transmit_skb() 830 traffic_key = tkey_buf; in tcp_ao_transmit_skb() 834 tp->af_specific->ao_calc_key_sk(key, traffic_key, in tcp_ao_transmit_skb() 839 tp->af_specific->calc_ao_hash(hash_location, key, sk, skb, traffic_key, in tcp_ao_transmit_skb() [all …]
|
D | tcp_ipv4.c | 692 char *traffic_key; in tcp_v4_ao_sign_reset() local 699 &key, &traffic_key, &allocated_traffic_key, in tcp_v4_ao_sign_reset() 709 key, traffic_key, in tcp_v4_ao_sign_reset() 718 kfree(traffic_key); in tcp_v4_ao_sign_reset() 1000 key->ao_key, key->traffic_key, in tcp_v4_send_ack() 1062 key.traffic_key = snd_other_key(key.ao_key); 1132 key.traffic_key = kmalloc(tcp_ao_digest_size(key.ao_key), GFP_ATOMIC); 1133 if (!key.traffic_key) 1138 tcp_v4_ao_calc_key_rsk(key.ao_key, key.traffic_key, req); 1163 kfree(key.traffic_key);
|
/linux-6.12.1/net/ipv6/ |
D | tcp_ipv6.c | 943 key->traffic_key, in tcp_v6_send_response() 1104 &key.ao_key, &key.traffic_key, in tcp_v6_send_reset() 1139 kfree(key.traffic_key); in tcp_v6_send_reset() 1179 key.traffic_key = snd_other_key(key.ao_key); 1248 key.traffic_key = kmalloc(tcp_ao_digest_size(key.ao_key), GFP_ATOMIC); 1249 if (!key.traffic_key) 1254 tcp_v6_ao_calc_key_rsk(key.ao_key, key.traffic_key, req); 1282 kfree(key.traffic_key);
|
/linux-6.12.1/include/net/ |
D | tcp_ao.h | 215 struct tcp_ao_key **key, char **traffic_key,
|
D | tcp.h | 2329 char *traffic_key; member
|