Searched refs:tcp_md5sig_key (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/net/ipv4/ |
D | tcp_diag.c | 39 const struct tcp_md5sig_key *key) in tcp_diag_md5sig_fill() 58 const struct tcp_md5sig_key *key; in tcp_diag_put_md5sig() 152 const struct tcp_md5sig_key *key; in tcp_diag_get_aux_size()
|
D | tcp_ipv4.c | 87 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, 673 struct tcp_md5sig_key *key = NULL; in tcp_v4_send_reset() 842 struct tcp_md5sig_key *key, in tcp_v4_send_ack() 1040 static bool better_md5_match(struct tcp_md5sig_key *old, struct tcp_md5sig_key *new) in better_md5_match() 1055 struct tcp_md5sig_key *__tcp_md5_do_lookup(const struct sock *sk, int l3index, in __tcp_md5_do_lookup() 1060 struct tcp_md5sig_key *key; in __tcp_md5_do_lookup() 1063 struct tcp_md5sig_key *best_match = NULL; in __tcp_md5_do_lookup() 1098 static struct tcp_md5sig_key *tcp_md5_do_lookup_exact(const struct sock *sk, in tcp_md5_do_lookup_exact() 1104 struct tcp_md5sig_key *key; in tcp_md5_do_lookup_exact() 1132 struct tcp_md5sig_key *tcp_v4_md5_lookup(const struct sock *sk, in tcp_v4_md5_lookup() [all …]
|
D | tcp_output.c | 762 struct tcp_md5sig_key **md5) in tcp_syn_options() 845 const struct tcp_md5sig_key *md5, in tcp_synack_options() 916 struct tcp_md5sig_key **md5) in tcp_established_options() 1248 struct tcp_md5sig_key *md5; in __tcp_transmit_skb() 1831 struct tcp_md5sig_key *md5; in tcp_current_mss() 3518 struct tcp_md5sig_key *md5 = NULL; in tcp_make_synack()
|
D | tcp_minisocks.c | 302 struct tcp_md5sig_key *key; in tcp_time_wait()
|
D | tcp.c | 4380 int tcp_md5_hash_key(struct tcp_md5sig_pool *hp, const struct tcp_md5sig_key *key) in tcp_md5_hash_key()
|
/Linux-v5.15/include/net/ |
D | tcp.h | 1574 struct tcp_md5sig_key { struct 1622 int tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, 1629 struct tcp_md5sig_key *tcp_v4_md5_lookup(const struct sock *sk, 1635 struct tcp_md5sig_key *__tcp_md5_do_lookup(const struct sock *sk, int l3index, 1638 static inline struct tcp_md5sig_key * 1649 static inline struct tcp_md5sig_key * 1669 const struct tcp_md5sig_key *key); 2003 struct tcp_md5sig_key *(*md5_lookup) (const struct sock *sk, 2006 const struct tcp_md5sig_key *md5, 2019 struct tcp_md5sig_key *(*req_md5_lookup)(const struct sock *sk, [all …]
|
/Linux-v5.15/net/ipv6/ |
D | tcp_ipv6.c | 83 static struct tcp_md5sig_key *tcp_v6_md5_do_lookup(const struct sock *sk, in tcp_v6_md5_do_lookup() 576 static struct tcp_md5sig_key *tcp_v6_md5_do_lookup(const struct sock *sk, in tcp_v6_md5_do_lookup() 584 static struct tcp_md5sig_key *tcp_v6_md5_lookup(const struct sock *sk, in tcp_v6_md5_lookup() 691 static int tcp_v6_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_hdr() 724 const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_skb() 778 struct tcp_md5sig_key *hash_expected; in tcp_v6_inbound_md5_hash() 890 int oif, struct tcp_md5sig_key *key, int rst, in tcp_v6_send_response() 1023 struct tcp_md5sig_key *key = NULL; in tcp_v6_send_reset() 1127 struct tcp_md5sig_key *key, u8 tclass, in tcp_v6_send_ack() 1246 struct tcp_md5sig_key *key; in tcp_v6_syn_recv_sock()
|
/Linux-v5.15/include/linux/ |
D | tcp.h | 456 struct tcp_md5sig_key *tw_md5_key;
|