cregit-Linux how code gets into the kernel

Release 4.18 include/uapi/linux/bpfilter.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _UAPI_LINUX_BPFILTER_H

#define _UAPI_LINUX_BPFILTER_H

#include <linux/if.h>


enum {
	
BPFILTER_IPT_SO_SET_REPLACE = 64,
	
BPFILTER_IPT_SO_SET_ADD_COUNTERS = 65,
	
BPFILTER_IPT_SET_MAX,
};


enum {
	
BPFILTER_IPT_SO_GET_INFO = 64,
	
BPFILTER_IPT_SO_GET_ENTRIES = 65,
	
BPFILTER_IPT_SO_GET_REVISION_MATCH = 66,
	
BPFILTER_IPT_SO_GET_REVISION_TARGET = 67,
	
BPFILTER_IPT_GET_MAX,
};

#endif /* _UAPI_LINUX_BPFILTER_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Alexei Starovoitov47100.00%1100.00%
Total47100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.