transport_vtbl
transport_method_add(struct transport_vtbl *t)
struct transport_vtbl *method;
LIST_HEAD(transport_method_list, transport_vtbl) transport_method_list;
struct transport_vtbl *method;
struct transport_vtbl *vtbl;
extern void transport_method_add(struct transport_vtbl *);
LIST_ENTRY(transport_vtbl) link;
static struct transport_vtbl udp_transport_vtbl = {
static struct transport_vtbl udp_encap_transport_vtbl = {
static struct transport_vtbl virtual_transport_vtbl = {