fault.kernel protocol adapters for transport security contexts.
weakref
types0
importlib0
weak0
flows0
identity0
lsf0
get_application_context60%
get_application_context()
Violation0
Security Context restriction violation.
Usually caused by implementation errors, violations are abstractions used to provide a symbolic identifier for the restriction that was violated.
ViolationProperties
Violation__init__20%
__init__(self, identifier, description)
Violation__str__10%
__str__(self)
load_context120%
load_context(route, type)
load30%
load(type, application)
Load the extension module for the given type and application.
loadParameters
SecuredTransmit0
Transport stack entry for secured output. Holds a weak reference to the corresponding SecuredReceive instance using stx_receive_channel.
SecuredTransmit_stx_receive_closed
_stx_receive_closed = False
SecuredTransmitstx_receive_closed340%
stx_receive_closed(self)
Signal endpoint recognizing when the corresponding receive has seen a transport protocol level termination.
SecuredTransmitstx_receive_interrupt40%
stx_receive_interrupt(self)
Wire closed without protocol shutdown.
SecuredTransmitf_terminate175%
f_terminate(self)
SecuredReceive0
Transport stack entry for secured input. Holds a strong reference to the corresponding SecuredTransmit instance using srx_transmit_channel.
SecuredReceiveinterrupt20%
interrupt(self)
SecuredReceivep_terminated0
p_terminated(self)
SecuredReceivef_terminate175%
f_terminate(self)
allocate0
allocate(tls)
Construct a protocol stack pair using the given tls instance.