Searched defs:tcp_sock_af_ops (Results 1 – 1 of 1) sorted by relevance
/linux/include/net/ |
H A D | tcp.h | 2238 struct tcp_sock_af_ops { struct 2240 struct tcp_md5sig_key *(*md5_lookup) (const struct sock *sk, 2242 int (*calc_md5_hash)(char *location, 2246 int (*md5_parse)(struct sock *sk, 2252 int (*ao_parse)(struct sock *sk, int optname, sockptr_t optval, int optlen); 2253 struct tcp_ao_key *(*ao_lookup)(const struct sock *sk, 2256 int (*ao_calc_key_sk)(struct tcp_ao_key *mkt, u8 *key, 2259 int (*calc_ao_hash)(char *location, struct tcp_ao_key *ao,
|