Searched refs:traffic_key (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | tcp_ao.c | 776 if (!*traffic_key) in tcp_ao_prepare_reset() 800 *traffic_key = snd_other_key(*key); in tcp_ao_prepare_reset() 817 u8 *traffic_key; in tcp_ao_transmit_skb() local 822 traffic_key = snd_other_key(key); in tcp_ao_transmit_skb() 831 traffic_key = tkey_buf; in tcp_ao_transmit_skb() 954 u8 *traffic_key; in tcp_inbound_ao_hash() local 995 traffic_key = rcv_other_key(key); in tcp_inbound_ao_hash() 1060 if (!traffic_key) in tcp_inbound_ao_hash() 1064 traffic_key, phash, sne, l3index); in tcp_inbound_ao_hash() 1065 kfree(traffic_key); in tcp_inbound_ao_hash() [all …]
|
| H A D | tcp_ipv4.c | 693 char *traffic_key; in tcp_v4_ao_sign_reset() local 700 &key, &traffic_key, &allocated_traffic_key, in tcp_v4_ao_sign_reset() 710 key, traffic_key, in tcp_v4_ao_sign_reset() 719 kfree(traffic_key); in tcp_v4_ao_sign_reset() 1002 key->ao_key, key->traffic_key, in tcp_v4_send_ack() 1075 key.traffic_key = snd_other_key(key.ao_key); 1145 key.traffic_key = kmalloc(tcp_ao_digest_size(key.ao_key), GFP_ATOMIC); 1146 if (!key.traffic_key) 1151 tcp_v4_ao_calc_key_rsk(key.ao_key, key.traffic_key, req); 1177 kfree(key.traffic_key);
|
| /linux-6.15/net/ipv6/ |
| H A D | tcp_ipv6.c | 945 key->traffic_key, in tcp_v6_send_response() 1109 &key.ao_key, &key.traffic_key, in tcp_v6_send_reset() 1145 kfree(key.traffic_key); in tcp_v6_send_reset() 1190 key.traffic_key = snd_other_key(key.ao_key); 1259 key.traffic_key = kmalloc(tcp_ao_digest_size(key.ao_key), GFP_ATOMIC); 1260 if (!key.traffic_key) 1265 tcp_v6_ao_calc_key_rsk(key.ao_key, key.traffic_key, req); 1294 kfree(key.traffic_key);
|
| /linux-6.15/include/net/ |
| H A D | tcp_ao.h | 216 struct tcp_ao_key **key, char **traffic_key,
|
| H A D | tcp.h | 2401 char *traffic_key; member
|