cregit-Linux how code gets into the kernel

Release 4.12 include/net/netfilter/nft_reject.h

#ifndef _NFT_REJECT_H_

#define _NFT_REJECT_H_


struct nft_reject {
	
enum nft_reject_types	type:8;
	
u8			icmp_code;
};

extern const struct nla_policy nft_reject_policy[];

int nft_reject_validate(const struct nft_ctx *ctx,
			const struct nft_expr *expr,
			const struct nft_data **data);

int nft_reject_init(const struct nft_ctx *ctx,
		    const struct nft_expr *expr,
		    const struct nlattr * const tb[]);

int nft_reject_dump(struct sk_buff *skb, const struct nft_expr *expr);

int nft_reject_icmp_code(u8 code);
int nft_reject_icmpv6_code(u8 code);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Patrick McHardy7470.48%250.00%
Liping Zhang2321.90%125.00%
Pablo Neira Ayuso87.62%125.00%
Total105100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.