Searched refs:nr_proto (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/netrom/ |
H A D | af_netrom.c | 420 static struct proto nr_proto = { variable 438 sk = sk_alloc(net, PF_NETROM, GFP_ATOMIC, &nr_proto, kern); in nr_create() 1392 int rc = proto_register(&nr_proto, 0); in nr_proto_init() 1489 proto_unregister(&nr_proto); in nr_proto_init() 1534 proto_unregister(&nr_proto); in nr_exit()
|
/kernel/linux/linux-6.6/net/netrom/ |
H A D | af_netrom.c | 420 static struct proto nr_proto = { variable 438 sk = sk_alloc(net, PF_NETROM, GFP_ATOMIC, &nr_proto, kern); in nr_create() 1392 int rc = proto_register(&nr_proto, 0); in nr_proto_init() 1489 proto_unregister(&nr_proto); in nr_proto_init() 1534 proto_unregister(&nr_proto); in nr_exit()
|
Completed in 4 milliseconds