Searched refs:nft_expr_ops (Results 1 – 19 of 19) sorted by relevance
61 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;
410 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
130 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 *
822 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()
81 static const struct nft_expr_ops nft_fib_netdev_ops = {
405 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 *
803 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 = {
728 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 = {
546 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 *
135 static const struct nft_expr_ops nft_osf_op = {
169 static const struct nft_expr_ops nft_byteorder_ops = {
193 static const struct nft_expr_ops nft_rt_get_ops = {
270 static const struct nft_expr_ops nft_xfrm_get_ops = {
269 static const struct nft_expr_ops nft_lookup_ops = {
327 static const struct nft_expr_ops nft_tproxy_ops = {
286 static const struct nft_expr_ops nft_synproxy_ops = {
424 static const struct nft_expr_ops nft_dynset_ops = {
3521 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()
54 nft_expr_ops