Searched refs:ax25_proto (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ax25/ |
H A D | af_ax25.c | 822 static struct proto ax25_proto = { variable 888 sk = sk_alloc(net, PF_AX25, GFP_ATOMIC, &ax25_proto, kern); in ax25_create() 2033 int rc = proto_register(&ax25_proto, 0); in ax25_init() 2068 proto_unregister(&ax25_proto); in ax25_exit()
|
/kernel/linux/linux-6.6/net/ax25/ |
H A D | af_ax25.c | 826 static struct proto ax25_proto = { variable 893 sk = sk_alloc(net, PF_AX25, GFP_ATOMIC, &ax25_proto, kern); in ax25_create() 2041 int rc = proto_register(&ax25_proto, 0); in ax25_init() 2076 proto_unregister(&ax25_proto); in ax25_exit()
|
Completed in 7 milliseconds