Searched defs:tcp_ulp_ops (Results 1 – 1 of 1) sorted by relevance
145416 struct tcp_ulp_ops { struct145417 struct list_head list;145418 int (*init)(struct sock *);145419 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));145420 void (*release)(struct sock *);145421 int (*get_info)(const struct sock *, struct sk_buff *);145422 size_t (*get_info_size)(const struct sock *);145423 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);145424 char name[16];145425 struct module *owner;