Searched defs:request_sock_ops (Results 1 – 1 of 1) sorted by relevance
31 struct request_sock_ops { struct32 int family;33 unsigned int obj_size;34 struct kmem_cache *slab;35 char *slab_name;36 int (*rtx_syn_ack)(const struct sock *sk,38 void (*send_ack)(const struct sock *sk, struct sk_buff *skb,40 void (*send_reset)(const struct sock *sk,65 const struct request_sock_ops *rsk_ops; argument