scm.h (498495dba268b20e8eadd7fe93c140c68b6cc9d2) scm.h (7a36094d61bfe9843de5484ff0140227983ac5d5)
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __LINUX_NET_SCM_H
3#define __LINUX_NET_SCM_H
4
5#include <linux/limits.h>
6#include <linux/net.h>
7#include <linux/cred.h>
8#include <linux/security.h>
9#include <linux/pid.h>
10#include <linux/nsproxy.h>
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __LINUX_NET_SCM_H
3#define __LINUX_NET_SCM_H
4
5#include <linux/limits.h>
6#include <linux/net.h>
7#include <linux/cred.h>
8#include <linux/security.h>
9#include <linux/pid.h>
10#include <linux/nsproxy.h>
11#include <linux/sched/signal.h>
11
12/* Well, we should have at least one descriptor open
13 * to accept passed FDs 8)
14 */
15#define SCM_MAX_FD 253
16
17struct scm_creds {
18 u32 pid;

--- 126 unchanged lines hidden ---
12
13/* Well, we should have at least one descriptor open
14 * to accept passed FDs 8)
15 */
16#define SCM_MAX_FD 253
17
18struct scm_creds {
19 u32 pid;

--- 126 unchanged lines hidden ---