Searched refs:tcp_ao_hdr (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/include/net/ |
D | tcp_ao.h | 15 struct tcp_ao_hdr { struct 22 static inline u8 tcp_ao_hdr_maclen(const struct tcp_ao_hdr *aoh) in tcp_ao_hdr_maclen() argument 24 return aoh->length - sizeof(struct tcp_ao_hdr); in tcp_ao_hdr_maclen() 73 return tcp_ao_maclen(key) + sizeof(struct tcp_ao_hdr); in tcp_ao_len() 203 const struct tcp_ao_hdr *aoh); 214 const struct tcp_ao_hdr *aoh, int l3index, u32 seq, 287 const struct tcp_ao_hdr *aoh) in tcp_inbound_ao_hash()
|
D | tcp.h | 2765 const u8 **md5_hash, const struct tcp_ao_hdr **aoh) in tcp_parse_auth_options() 2781 *aoh = (struct tcp_ao_hdr *)(ao_tmp - 2); in tcp_parse_auth_options()
|
/linux-6.12.1/net/ipv4/ |
D | tcp_ao.c | 536 len = sizeof(*th) + sizeof(struct tcp_ao_hdr) + hash_len; in tcp_ao_hash_header() 539 (u8 *)th + hash_offset - sizeof(struct tcp_ao_hdr), in tcp_ao_hash_header() 540 sizeof(struct tcp_ao_hdr)); in tcp_ao_hash_header() 541 memset(hdr + sizeof(*th) + sizeof(struct tcp_ao_hdr), in tcp_ao_hash_header() 724 const struct tcp_ao_hdr *aoh, int l3index, u32 seq, in tcp_ao_prepare_reset() 869 const struct tcp_ao_hdr *aoh; in tcp_ao_syncookie() 902 const struct tcp_ao_hdr *aoh, struct tcp_ao_key *key, in tcp_ao_verify_hash() 944 int l3index, const struct tcp_ao_hdr *aoh) in tcp_inbound_ao_hash()
|
D | tcp_ipv4.c | 682 const struct tcp_ao_hdr *aoh, in tcp_v4_ao_sign_reset() 747 const struct tcp_ao_hdr *aoh; in tcp_v4_send_reset() 1048 const struct tcp_ao_hdr *aoh; 1104 const struct tcp_ao_hdr *aoh;
|
D | tcp_input.c | 4371 minlen = sizeof(struct tcp_ao_hdr) + 1; in tcp_do_parse_auth_options() 4398 if (opsize <= sizeof(struct tcp_ao_hdr)) in tcp_do_parse_auth_options() 7194 const struct tcp_ao_hdr *aoh; in tcp_conn_request()
|
D | tcp_output.c | 617 u8 aolen = maclen + sizeof(struct tcp_ao_hdr); in process_tcp_ao_options()
|
D | tcp.c | 4787 const struct tcp_ao_hdr *aoh; in tcp_inbound_hash()
|
/linux-6.12.1/net/ipv6/ |
D | tcp_ipv6.c | 1016 const struct tcp_ao_hdr *aoh; in tcp_v6_send_reset() 1166 const struct tcp_ao_hdr *aoh; 1219 const struct tcp_ao_hdr *aoh;
|