net/sunrpc/auth_gss/gss_krb5_mech.c
Source file repositories/reference/linux-study-clean/net/sunrpc/auth_gss/gss_krb5_mech.c
File Facts
- System
- Linux kernel
- Corpus path
net/sunrpc/auth_gss/gss_krb5_mech.c- Extension
.c- Size
- 10648 bytes
- Lines
- 403
- Domain
- Networking Core
- Bucket
- Sockets, Protocols, Packet Path, And Network Policy
- Inferred role
- Networking Core: exported/initcall integration point
- Status
- integration implementation candidate
Why This File Exists
Networking stack implementation surface: socket APIs, protocol dispatch, packet flow, routing, filtering, and network namespaces.
- Networking stack implementation surface: socket APIs, protocol dispatch, packet flow, routing, filtering, and network namespaces.
- Exports symbols or registers init work; inspect boot/module ordering and who consumes the exported contract.
- Allocates kernel memory; connect allocation flags and lifetime to context constraints.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
linux/err.hlinux/module.hlinux/init.hlinux/types.hlinux/slab.hlinux/sunrpc/auth.hlinux/sunrpc/gss_krb5.hlinux/sunrpc/xdr.hauth_gss_internal.hgss_krb5_internal.h
Detected Declarations
function gss_krb5_prepare_enctype_priority_listfunction gss_krb5_import_ctx_v2function gss_import_v2_contextfunction gss_krb5_import_sec_contextfunction gss_krb5_delete_sec_contextfunction gss_krb5_errno_to_statusfunction gss_krb5_get_micfunction gss_krb5_verify_micfunction gss_krb5_wrapfunction gss_krb5_unwrapfunction init_kerberos_modulefunction cleanup_kerberos_modulemodule init init_kerberos_module
Annotated Snippet
module_init(init_kerberos_module);
module_exit(cleanup_kerberos_module);
Annotation
- Immediate include surface: `linux/err.h`, `linux/module.h`, `linux/init.h`, `linux/types.h`, `linux/slab.h`, `linux/sunrpc/auth.h`, `linux/sunrpc/gss_krb5.h`, `linux/sunrpc/xdr.h`.
- Detected declarations: `function gss_krb5_prepare_enctype_priority_list`, `function gss_krb5_import_ctx_v2`, `function gss_import_v2_context`, `function gss_krb5_import_sec_context`, `function gss_krb5_delete_sec_context`, `function gss_krb5_errno_to_status`, `function gss_krb5_get_mic`, `function gss_krb5_verify_mic`, `function gss_krb5_wrap`, `function gss_krb5_unwrap`.
- Atlas domain: Networking Core / Sockets, Protocols, Packet Path, And Network Policy.
- Implementation status: integration implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.