Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
scm.h File Reference
#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_listscm_fp_dup (struct scm_fp_list *fpl)
 

Macro Definition Documentation

#define SCM_MAX_FD   253

Definition at line 13 of file scm.h.

Function Documentation

void __scm_destroy ( struct scm_cookie scm)

Definition at line 110 of file scm.c.

int __scm_send ( struct socket sock,
struct msghdr msg,
struct scm_cookie scm 
)

Definition at line 124 of file scm.c.

void scm_detach_fds ( struct msghdr msg,
struct scm_cookie scm 
)

Definition at line 262 of file scm.c.

void scm_detach_fds_compat ( struct msghdr msg,
struct scm_cookie scm 
)

Definition at line 276 of file compat.c.

struct scm_fp_list* scm_fp_dup ( struct scm_fp_list fpl)
read

Definition at line 335 of file scm.c.