Searched refs:hash_location (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 438 u8 hash_size; /* bytes in hash_location */ in bpf_skops_write_hdr_opt_arg0() 440 __u8 *hash_location; /* temporary pointer, overloaded */ in bpf_skops_write_hdr_opt_arg0() 625 opts->hash_location = (__u8 *)ptr; 667 opts->hash_location = (__u8 *)ptr; in tcp_options_write() 1645 tp->af_specific->calc_md5_hash(opts.hash_location, 1652 opts.hash_location); 4060 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location, in tcp_ca_dst_init() 4065 tcp_rsk(req)->af_specific->ao_synack_hash(opts.hash_location, in tcp_connect_init() 4067 opts.hash_location - (u8 *)th, 0); in tcp_connect_init() 418 __u8 *hash_location; /* temporary pointer, overloaded */ global() member
|
| H A D | tcp_ao.c | 810 __u8 *hash_location) in tcp_ao_transmit_skb() argument 839 tp->af_specific->calc_ao_hash(hash_location, key, sk, skb, traffic_key, in tcp_ao_transmit_skb() 840 hash_location - (u8 *)th, sne); in tcp_ao_transmit_skb()
|
| H A D | tcp.c | 4947 int family, int l3index, const __u8 *hash_location) in tcp_inbound_md5_hash() argument 4973 if (memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash() 4984 int family, int l3index, const __u8 *hash_location) in tcp_inbound_md5_hash() argument
|