Searched refs:tcp_ao_hdr (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/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() 204 const struct tcp_ao_hdr *aoh); 215 const struct tcp_ao_hdr *aoh, int l3index, u32 seq, 288 const struct tcp_ao_hdr *aoh) in tcp_inbound_ao_hash()
|
D | tcp.h | 2791 const u8 **md5_hash, const struct tcp_ao_hdr **aoh) in tcp_parse_auth_options() 2807 *aoh = (struct tcp_ao_hdr *)(ao_tmp - 2); in tcp_parse_auth_options()
|
/linux-6.14.4/net/ipv4/ |
D | tcp_ao.c | 537 len = sizeof(*th) + sizeof(struct tcp_ao_hdr) + hash_len; in tcp_ao_hash_header() 540 (u8 *)th + hash_offset - sizeof(struct tcp_ao_hdr), in tcp_ao_hash_header() 541 sizeof(struct tcp_ao_hdr)); in tcp_ao_hash_header() 542 memset(hdr + sizeof(*th) + sizeof(struct tcp_ao_hdr), in tcp_ao_hash_header() 725 const struct tcp_ao_hdr *aoh, int l3index, u32 seq, in tcp_ao_prepare_reset() 870 const struct tcp_ao_hdr *aoh; in tcp_ao_syncookie() 903 const struct tcp_ao_hdr *aoh, struct tcp_ao_key *key, in tcp_ao_verify_hash() 945 int l3index, const struct tcp_ao_hdr *aoh) in tcp_inbound_ao_hash()
|
D | tcp_ipv4.c | 684 const struct tcp_ao_hdr *aoh, in tcp_v4_ao_sign_reset() 749 const struct tcp_ao_hdr *aoh; in tcp_v4_send_reset() 1050 const struct tcp_ao_hdr *aoh; 1107 const struct tcp_ao_hdr *aoh;
|
D | tcp_input.c | 4377 minlen = sizeof(struct tcp_ao_hdr) + 1; in tcp_do_parse_auth_options() 4404 if (opsize <= sizeof(struct tcp_ao_hdr)) in tcp_do_parse_auth_options() 7218 const struct tcp_ao_hdr *aoh; in tcp_conn_request()
|
D | tcp_output.c | 620 u8 aolen = maclen + sizeof(struct tcp_ao_hdr); in process_tcp_ao_options()
|
D | tcp.c | 4801 const struct tcp_ao_hdr *aoh; in tcp_inbound_hash()
|
/linux-6.14.4/net/ipv6/ |
D | tcp_ipv6.c | 1019 const struct tcp_ao_hdr *aoh; in tcp_v6_send_reset() 1169 const struct tcp_ao_hdr *aoh; 1222 const struct tcp_ao_hdr *aoh;
|