Home
last modified time | relevance | path

Searched refs:nft_expr_ops (Results 1 – 19 of 19) sorted by relevance

/linux/include/net/netfilter/
H A Dnf_tables_core.h61 extern const struct nft_expr_ops nft_cmp_fast_ops;
62 extern const struct nft_expr_ops nft_cmp16_fast_ops;
81 extern const struct nft_expr_ops nft_payload_fast_ops;
83 extern const struct nft_expr_ops nft_bitwise_fast_ops;
H A Dnf_tables.h410 const struct nft_expr_ops *ops;
884 struct nft_expr_ops;
901 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
903 void (*release_ops)(const struct nft_expr_ops *ops);
904 const struct nft_expr_ops *ops;
905 const struct nft_expr_ops *inner_ops;
950 struct nft_expr_ops { struct
/linux/net/bridge/netfilter/
H A Dnft_meta_bridge.c130 static const struct nft_expr_ops nft_meta_bridge_get_ops = {
200 static const struct nft_expr_ops nft_meta_bridge_set_ops = {
210 static const struct nft_expr_ops *
/linux/net/netfilter/
H A Dnft_compat.c822 static const struct nft_expr_ops *
826 struct nft_expr_ops *ops; in nft_match_select_ops()
851 ops = kzalloc_obj(struct nft_expr_ops, GFP_KERNEL_ACCOUNT); in nft_match_select_ops()
883 static void nft_match_release_ops(const struct nft_expr_ops *ops) in nft_match_release_ops()
902 static const struct nft_expr_ops *
906 struct nft_expr_ops *ops; in nft_target_select_ops()
940 ops = kzalloc_obj(struct nft_expr_ops, GFP_KERNEL_ACCOUNT); in nft_target_select_ops()
967 static void nft_target_release_ops(const struct nft_expr_ops *ops) in nft_target_release_ops()
H A Dnft_fib_netdev.c81 static const struct nft_expr_ops nft_fib_netdev_ops = {
H A Dnft_bitwise.c405 static const struct nft_expr_ops nft_bitwise_ops = {
513 const struct nft_expr_ops nft_bitwise_fast_ops = {
522 static const struct nft_expr_ops *
H A Dnft_meta.c803 static const struct nft_expr_ops nft_meta_get_ops = {
813 static const struct nft_expr_ops nft_meta_set_ops = {
823 static const struct nft_expr_ops *
902 static const struct nft_expr_ops nft_meta_inner_ops = {
H A Dnft_ct.c728 static const struct nft_expr_ops nft_ct_get_ops = {
738 static const struct nft_expr_ops nft_ct_get_fast_ops = {
748 static const struct nft_expr_ops nft_ct_set_ops = {
758 static const struct nft_expr_ops nft_ct_set_zone_ops = {
768 static const struct nft_expr_ops *
830 static const struct nft_expr_ops nft_notrack_ops = {
H A Dnft_payload.c546 static const struct nft_expr_ops nft_payload_ops = {
555 const struct nft_expr_ops nft_payload_fast_ops = {
650 static const struct nft_expr_ops nft_payload_inner_ops = {
1261 static const struct nft_expr_ops nft_payload_set_ops = {
1269 static const struct nft_expr_ops *
H A Dnft_osf.c135 static const struct nft_expr_ops nft_osf_op = {
H A Dnft_byteorder.c169 static const struct nft_expr_ops nft_byteorder_ops = {
H A Dnft_rt.c193 static const struct nft_expr_ops nft_rt_get_ops = {
H A Dnft_xfrm.c270 static const struct nft_expr_ops nft_xfrm_get_ops = {
H A Dnft_lookup.c269 static const struct nft_expr_ops nft_lookup_ops = {
H A Dnft_tproxy.c327 static const struct nft_expr_ops nft_tproxy_ops = {
H A Dnft_synproxy.c286 static const struct nft_expr_ops nft_synproxy_ops = {
H A Dnft_dynset.c424 static const struct nft_expr_ops nft_dynset_ops = {
H A Dnf_tables_api.c3521 const struct nft_expr_ops *ops;
3531 const struct nft_expr_ops *ops; in nf_tables_expr_parse()
3633 const struct nft_expr_ops *ops = expr_info->ops; in nf_tables_newexpr()
/linux/scripts/
H A Dconst_structs.checkpatch54 nft_expr_ops