cregit-Linux how code gets into the kernel

Release 4.7 include/uapi/linux/netfilter/xt_comment.h

#ifndef _XT_COMMENT_H

#define _XT_COMMENT_H


#define XT_MAX_COMMENT_LEN 256


struct xt_comment_info {
	
char comment[XT_MAX_COMMENT_LEN];
};

#endif /* XT_COMMENT_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
harald welteharald welte24100.00%1100.00%
Total24100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}