Linux Kernel
3.7.1
|
#include <linux/limits.h>
#include <linux/net.h>
#include <linux/security.h>
#include <linux/pid.h>
#include <linux/nsproxy.h>
Go to the source code of this file.
Data Structures | |
struct | scm_creds |
struct | scm_fp_list |
struct | scm_cookie |
Macros | |
#define | SCM_MAX_FD 253 |
Functions | |
void | scm_detach_fds (struct msghdr *msg, struct scm_cookie *scm) |
void | scm_detach_fds_compat (struct msghdr *msg, struct scm_cookie *scm) |
int | __scm_send (struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) |
void | __scm_destroy (struct scm_cookie *scm) |
struct scm_fp_list * | scm_fp_dup (struct scm_fp_list *fpl) |
void __scm_destroy | ( | struct scm_cookie * | scm | ) |
void scm_detach_fds | ( | struct msghdr * | msg, |
struct scm_cookie * | scm | ||
) |
void scm_detach_fds_compat | ( | struct msghdr * | msg, |
struct scm_cookie * | scm | ||
) |
|
read |