Linux Kernel
3.7.1
|
struct can_proto - CAN protocol structure : type argument in socket() syscall, e.g. SOCK_DGRAM. socket() syscall. : pointer to struct proto_ops for sock->ops. : pointer to struct proto structure.
tipc_create - create a TIPC socket : network namespace (must be default network) : pre-allocated socket structure be 0) : caused by kernel or by userspace?
This routine creates additional data structures used by the TIPC socket, initializes them, and links them together.
Returns 0 on success, errno otherwise
sel_netport_find - Search for a port record
: pnum
Description: Search the network port table and return the matching record. If an entry can not be found in the table return NULL.
sel_netport_sid_slow - Lookup the SID of a network address using the policy
: port : port SID
Description: This function determines the SID of a network port by quering the security policy. The result is added to the network port table to speedup future queries. Returns zero on success, negative values on failure.
sel_netport_sid - Lookup the SID of a network port
: port : port SID
Description: This function determines the SID of a network port using the fastest method possible. First the port table is queried, but if an entry can't be found then the policy is queried and the result is added to the table to speedup future queries. Returns zero on success, negative values on failure.
security_port_sid - Obtain the SID for a port. : port number : security identifier