Searched refs:x25_proto (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/x25/ |
H A D | af_x25.c | 512 static struct proto x25_proto = { variable 521 struct sock *sk = sk_alloc(net, AF_X25, GFP_ATOMIC, &x25_proto, kern); in x25_alloc_socket() 1803 rc = proto_register(&x25_proto, 0); in x25_init() 1837 proto_unregister(&x25_proto); in x25_init() 1855 proto_unregister(&x25_proto); in x25_exit()
|
/kernel/linux/linux-6.6/net/x25/ |
H A D | af_x25.c | 502 static struct proto x25_proto = { variable 511 struct sock *sk = sk_alloc(net, AF_X25, GFP_ATOMIC, &x25_proto, kern); in x25_alloc_socket() 1796 rc = proto_register(&x25_proto, 0); in x25_init() 1830 proto_unregister(&x25_proto); in x25_init() 1848 proto_unregister(&x25_proto); in x25_exit()
|
Completed in 5 milliseconds