Searched refs:hash_location (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/ |
| H A D | tcp_ao.h | 193 __u8 *hash_location); 286 struct tcphdr *th, __u8 *hash_location) in tcp_ao_transmit_skb() argument
|
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 439 __u8 *hash_location; /* temporary pointer, overloaded */ member 625 opts->hash_location = (__u8 *)ptr; in process_tcp_ao_options() 667 opts->hash_location = (__u8 *)ptr; in tcp_options_write() 1669 tp->af_specific->calc_md5_hash(opts.hash_location, in __tcp_transmit_skb() 1674 opts.hash_location); in __tcp_transmit_skb() 4058 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location, in tcp_make_synack() 4063 tcp_rsk(req)->af_specific->ao_synack_hash(opts.hash_location, in tcp_make_synack() 4065 opts.hash_location - (u8 *)th, 0); in tcp_make_synack()
|
| H A D | tcp_ao.c | 869 __u8 *hash_location) in tcp_ao_transmit_skb() argument 895 tp->af_specific->calc_ao_hash(hash_location, key, sk, skb, traffic_key, in tcp_ao_transmit_skb() 896 hash_location - (u8 *)th, sne); in tcp_ao_transmit_skb()
|