Home
last modified time | relevance | path

Searched refs:hash_location (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dtcp_ao.h179 __u8 *hash_location);
268 __u8 *hash_location) in tcp_ao_transmit_skb() argument
/linux/net/ipv4/
H A Dtcp_output.c453 __u8 *hash_location; /* temporary pointer, overloaded */ member
636 opts->hash_location = (__u8 *)ptr; in process_tcp_ao_options()
671 opts->hash_location = (__u8 *)ptr; in tcp_options_write()
1418 tp->af_specific->calc_md5_hash(opts.hash_location, in __tcp_transmit_skb()
1425 opts.hash_location); in __tcp_transmit_skb()
3834 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location, in tcp_make_synack()
3839 tcp_rsk(req)->af_specific->ao_synack_hash(opts.hash_location, in tcp_make_synack()
3841 opts.hash_location - (u8 *)th, 0); in tcp_make_synack()
H A Dtcp_ao.c810 __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 Dtcp.c4731 int family, int l3index, const __u8 *hash_location) in tcp_inbound_md5_hash() argument
4746 if (!key && hash_location) { in tcp_inbound_md5_hash()
4761 if (genhash || memcmp(hash_location, newhash, 16) != 0) { in tcp_inbound_md5_hash()
4772 int family, int l3index, const __u8 *hash_location) in tcp_inbound_md5_hash() argument