Searched defs:tcp_sock_af_ops (Results 1 – 1 of 1) sorted by relevance
/linux/include/net/ |
H A D | tcp.h | 2255 struct tcp_sock_af_ops { struct 2257 struct tcp_md5sig_key *(*md5_lookup) (const struct sock *sk, 2259 int (*calc_md5_hash)(char *location, 2263 int (*md5_parse)(struct sock *sk, 2269 int (*ao_parse)(struct sock *sk, int optname, sockptr_t optval, int optlen); 2270 struct tcp_ao_key *(*ao_lookup)(const struct sock *sk, 2273 int (*ao_calc_key_sk)(struct tcp_ao_key *mkt, u8 *key, 2276 int (*calc_ao_hash)(char *location, struct tcp_ao_key *ao,
|