Home
last modified time | relevance | path

Searched refs:tipc_proto (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/tipc/
Dsocket.c125 static struct proto tipc_proto; variable
345 sk = sk_alloc(net, AF_TIPC, GFP_KERNEL, &tipc_proto); in tipc_sk_create()
2551 static struct proto tipc_proto = { variable
2567 res = proto_register(&tipc_proto, 1); in tipc_socket_init()
2576 proto_unregister(&tipc_proto); in tipc_socket_init()
2589 proto_unregister(&tipc_proto); in tipc_socket_stop()