cregit-Linux how code gets into the kernel

Release 4.17 include/net/netfilter/nft_redir.h

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

#define _NFT_REDIR_H_


struct nft_redir {
	enum nft_registers	sreg_proto_min:8;
	enum nft_registers	sreg_proto_max:8;
	
u16			flags;
};

extern const struct nla_policy nft_redir_policy[];

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

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

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

#endif /* _NFT_REDIR_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Arturo Borrero Gonzalez9898.99%150.00%
Greg Kroah-Hartman11.01%150.00%
Total99100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.