linux/net/ipv4/netfilter
Pablo Neira Ayuso 4f16d25c68 netfilter: nftables: add nft_parse_register_load() and use it
This new function combines the netlink register attribute parser
and the load validation function.

This update requires to replace:

	enum nft_registers      sreg:8;

in many of the expression private areas otherwise compiler complains
with:

	error: cannot take address of bit-field ‘sreg’

when passing the register field as reference.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2021-01-27 22:53:29 +01:00
..
Kconfig
Makefile
arp_tables.c netfilter: x_tables: Update remaining dereference to RCU 2020-12-17 19:44:52 +01:00
arpt_mangle.c
arptable_filter.c
ip_tables.c netfilter: x_tables: Update remaining dereference to RCU 2020-12-17 19:44:52 +01:00
ipt_CLUSTERIP.c
ipt_ECN.c
ipt_REJECT.c
ipt_SYNPROXY.c
ipt_ah.c
ipt_rpfilter.c netfilter: rpfilter: mask ecn bits before fib lookup 2021-01-19 13:54:30 -08:00
iptable_filter.c
iptable_mangle.c
iptable_nat.c
iptable_raw.c
iptable_security.c
nf_defrag_ipv4.c
nf_dup_ipv4.c
nf_flow_table_ipv4.c
nf_log_arp.c
nf_log_ipv4.c
nf_nat_h323.c
nf_nat_pptp.c
nf_nat_snmp_basic.asn1
nf_nat_snmp_basic_main.c
nf_reject_ipv4.c
nf_socket_ipv4.c
nf_tproxy_ipv4.c
nft_dup_ipv4.c netfilter: nftables: add nft_parse_register_load() and use it 2021-01-27 22:53:29 +01:00
nft_fib_ipv4.c
nft_reject_ipv4.c