Searched refs:traffic_key (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A 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 …]
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 903 key->traffic_key, in tcp_v6_send_response() 1066 &key.ao_key, &key.traffic_key, in tcp_v6_send_reset() 1102 kfree(key.traffic_key); in tcp_v6_send_reset() 1147 key.traffic_key = snd_other_key(key.ao_key); in tcp_v6_send_reset() 1216 key.traffic_key = kmalloc(tcp_ao_digest_size(key.ao_key), GFP_ATOMIC); 1217 if (!key.traffic_key) 1222 tcp_v6_ao_calc_key_rsk(key.ao_key, key.traffic_key, req); 1251 kfree(key.traffic_key);
|
| /linux/include/net/ |
| H A D | tcp.h | 2445 char *traffic_key; member
|