Home
last modified time | relevance | path

Searched refs:nft_regs_track (Results 1 – 20 of 20) sorted by relevance

/linux/net/netfilter/
H A Dnft_numgen.c87 static bool nft_ng_inc_reduce(struct nft_regs_track *track, in nft_ng_inc_reduce()
181 static bool nft_ng_random_reduce(struct nft_regs_track *track, in nft_ng_random_reduce()
H A Dnft_hash.c169 static bool nft_jhash_reduce(struct nft_regs_track *track, in nft_jhash_reduce()
199 static bool nft_symhash_reduce(struct nft_regs_track *track, in nft_symhash_reduce()
H A Dnft_bitwise.c394 static bool nft_bitwise_reduce(struct nft_regs_track *track, in nft_bitwise_reduce()
551 static bool nft_bitwise_fast_reduce(struct nft_regs_track *track, in nft_bitwise_fast_reduce()
630 bool nft_expr_reduce_bitwise(struct nft_regs_track *track, in nft_expr_reduce_bitwise()
H A Dnft_osf.c130 static bool nft_osf_reduce(struct nft_regs_track *track, in nft_osf_reduce()
H A Dnft_fib.c165 bool nft_fib_reduce(struct nft_regs_track *track, in nft_fib_reduce()
H A Dnft_byteorder.c173 static bool nft_byteorder_reduce(struct nft_regs_track *track, in nft_byteorder_reduce()
H A Dnft_lookup.c235 static bool nft_lookup_reduce(struct nft_regs_track *track, in nft_lookup_reduce()
H A Dnft_socket.c252 static bool nft_socket_reduce(struct nft_regs_track *track, in nft_socket_reduce()
H A Dnft_meta.c745 bool nft_meta_get_reduce(struct nft_regs_track *track, in nft_meta_get_reduce()
781 static bool nft_meta_set_reduce(struct nft_regs_track *track, in nft_meta_set_reduce()
H A Dnft_immediate.c323 static bool nft_immediate_reduce(struct nft_regs_track *track, in nft_immediate_reduce()
H A Dnft_payload.c253 static bool nft_payload_reduce(struct nft_regs_track *track, in nft_payload_reduce()
1011 static bool nft_payload_set_reduce(struct nft_regs_track *track, in nft_payload_set_reduce()
H A Dnft_ct.c681 static bool nft_ct_get_reduce(struct nft_regs_track *track, in nft_ct_get_reduce()
741 static bool nft_ct_set_reduce(struct nft_regs_track *track, in nft_ct_set_reduce()
H A Dnft_tunnel.c127 static bool nft_tunnel_get_reduce(struct nft_regs_track *track, in nft_tunnel_get_reduce()
H A Dnft_exthdr.c701 static bool nft_exthdr_reduce(struct nft_regs_track *track, in nft_exthdr_reduce()
H A Dnft_compat.c774 static bool nft_match_reduce(struct nft_regs_track *track, in nft_match_reduce()
H A Dnf_tables_api.c884 static void __nft_reg_track_clobber(struct nft_regs_track *track, u8 dreg) in __nft_reg_track_clobber()
892 static void __nft_reg_track_update(struct nft_regs_track *track, in __nft_reg_track_update()
901 void nft_reg_track_update(struct nft_regs_track *track, in nft_reg_track_update()
915 void nft_reg_track_cancel(struct nft_regs_track *track, u8 dreg, u8 len) in nft_reg_track_cancel()
928 void __nft_reg_track_cancel(struct nft_regs_track *track, u8 dreg) in __nft_reg_track_cancel()
10034 static bool nft_expr_reduce(struct nft_regs_track *track, in nft_expr_reduce()
10043 struct nft_regs_track track = {}; in nf_tables_commit_chain_prepare()
/linux/include/net/netfilter/
H A Dnft_fib.h39 bool nft_fib_reduce(struct nft_regs_track *track,
H A Dnft_meta.h46 bool nft_meta_get_reduce(struct nft_regs_track *track,
H A Dnf_tables.h126 struct nft_regs_track { struct
427 bool nft_expr_reduce_bitwise(struct nft_regs_track *track,
977 bool (*reduce)(struct nft_regs_track *track,
1942 void nft_reg_track_update(struct nft_regs_track *track,
1944 void nft_reg_track_cancel(struct nft_regs_track *track, u8 dreg, u8 len);
1945 void __nft_reg_track_cancel(struct nft_regs_track *track, u8 dreg);
1947 static inline bool nft_reg_track_cmp(struct nft_regs_track *track, in nft_reg_track_cmp()
/linux/net/bridge/netfilter/
H A Dnft_meta_bridge.c152 static bool nft_meta_bridge_set_reduce(struct nft_regs_track *track, in nft_meta_bridge_set_reduce()