Searched defs:tcp_sock_af_ops (Results 1 – 1 of 1) sorted by relevance
/linux/include/net/ |
H A D | tcp.h | 2304 struct tcp_sock_af_ops { struct 2306 struct tcp_md5sig_key *(*md5_lookup) (const struct sock *sk, 2308 int (*calc_md5_hash)(char *location, 2312 int (*md5_parse)(struct sock *sk, 2318 int (*ao_parse)(struct sock *sk, int optname, sockptr_t optval, int optlen); 2319 struct tcp_ao_key *(*ao_lookup)(const struct sock *sk, 2322 int (*ao_calc_key_sk)(struct tcp_ao_key *mkt, u8 *key, 2325 int (*calc_ao_hash)(char *location, struct tcp_ao_key *ao,
|