Home
last modified time | relevance | path

Searched refs:tcp_md5sig_key (Results 1 – 7 of 7) sorted by relevance

/linux/net/ipv4/
H A Dtcp_diag.c39 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()
H A Dtcp_ipv4.c745 struct tcp_md5sig_key *key = NULL; in tcp_v4_send_reset()
1227 static bool better_md5_match(struct tcp_md5sig_key *old, struct tcp_md5sig_key *new)
1247 struct tcp_md5sig_key *key;
1250 struct tcp_md5sig_key *best_match = NULL;
1292 struct tcp_md5sig_key *key;
1320 struct tcp_md5sig_key *tcp_v4_md5_lookup(const struct sock *sk,
1354 struct tcp_md5sig_key *key;
1431 struct tcp_md5sig_key *key)
1464 struct tcp_md5sig_key *key;
1479 struct tcp_md5sig_key *key;
[all …]
H A Dtcp_minisocks.c261 struct tcp_md5sig_key *key; in tcp_time_wait_init()
369 struct tcp_md5sig_key *key; in tcp_md5_twsk_free_rcu()
371 key = container_of(head, struct tcp_md5sig_key, rcu); in tcp_md5_twsk_free_rcu()
H A Dtcp.c4448 const struct tcp_md5sig_key *key) in tcp_md5_hash_key()
4476 struct tcp_md5sig_key *key; in tcp_inbound_md5_hash()
/linux/include/net/
H A Dtcp.h1745 struct tcp_md5sig_key { struct
1827 struct tcp_md5sig_key *key);
1839 static inline struct tcp_md5sig_key *
1848 static inline struct tcp_md5sig_key *
1865 static inline struct tcp_md5sig_key *
1872 static inline struct tcp_md5sig_key *
1895 const struct tcp_md5sig_key *key);
2235 struct tcp_md5sig_key *(*md5_lookup) (const struct sock *sk,
2238 const struct tcp_md5sig_key *md5,
2266 const struct tcp_md5sig_key *md5,
[all …]
/linux/net/ipv6/
H A Dtcp_ipv6.c587 static struct tcp_md5sig_key *tcp_v6_md5_do_lookup(const struct sock *sk, in tcp_v6_md5_do_lookup()
595 static struct tcp_md5sig_key *tcp_v6_md5_lookup(const struct sock *sk, in tcp_v6_md5_lookup()
720 static int tcp_v6_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_hdr()
750 const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_skb()
1361 struct tcp_md5sig_key *key;
/linux/include/linux/
H A Dtcp.h549 struct tcp_md5sig_key *tw_md5_key;