Searched defs:tcp_ulp_ops (Results 1 – 1 of 1) sorted by relevance
75972 struct tcp_ulp_ops { struct75973 struct list_head list;75974 int (*init)(struct sock *);75975 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));75976 void (*release)(struct sock *);75977 int (*get_info)(const struct sock *, struct sk_buff *);75978 size_t (*get_info_size)(const struct sock *);75979 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);75980 char name[16];75981 struct module *owner;