cregit-Linux how code gets into the kernel

Release 4.7 include/net/netfilter/nft_masq.h

#ifndef _NFT_MASQ_H_

#define _NFT_MASQ_H_


struct nft_masq {
	
u32			flags;
	
enum nft_registers      sreg_proto_min:8;
	
enum nft_registers      sreg_proto_max:8;
};

extern const struct nla_policy nft_masq_policy[];

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

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

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

#endif /* _NFT_MASQ_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
arturo borrero gonzalezarturo borrero gonzalez6364.29%133.33%
pablo neira ayusopablo neira ayuso3535.71%266.67%
Total98100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}