Searched refs:nft_expr_ops (Results 1 – 12 of 12) 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;
403 const struct nft_expr_ops *ops;877 struct nft_expr_ops;894 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,896 void (*release_ops)(const struct nft_expr_ops *ops);897 const struct nft_expr_ops *ops;898 const struct nft_expr_ops *inner_ops;943 struct nft_expr_ops { struct
705 static const struct nft_expr_ops nft_exthdr_ipv6_ops = {713 static const struct nft_expr_ops nft_exthdr_ipv4_ops = {721 static const struct nft_expr_ops nft_exthdr_tcp_ops = {729 static const struct nft_expr_ops nft_exthdr_tcp_set_ops = {737 static const struct nft_expr_ops nft_exthdr_tcp_strip_ops = {745 static const struct nft_expr_ops nft_exthdr_sctp_ops = {754 static const struct nft_expr_ops nft_exthdr_dccp_ops = {763 static const struct nft_expr_ops *
245 static const struct nft_expr_ops nft_fwd_neigh_netdev_ops = {254 static const struct nft_expr_ops nft_fwd_netdev_ops = {265 static const struct nft_expr_ops *
806 static const struct nft_expr_ops *810 struct nft_expr_ops *ops; in nft_match_select_ops()835 ops = kzalloc_obj(struct nft_expr_ops, GFP_KERNEL_ACCOUNT); in nft_match_select_ops()867 static void nft_match_release_ops(const struct nft_expr_ops *ops) in nft_match_release_ops()886 static const struct nft_expr_ops *890 struct nft_expr_ops *ops; in nft_target_select_ops()924 ops = kzalloc_obj(struct nft_expr_ops, GFP_KERNEL_ACCOUNT); in nft_target_select_ops()949 static void nft_target_release_ops(const struct nft_expr_ops *ops) in nft_target_release_ops()
730 static const struct nft_expr_ops nft_ct_get_ops = {740 static const struct nft_expr_ops nft_ct_get_fast_ops = {750 static const struct nft_expr_ops nft_ct_set_ops = {760 static const struct nft_expr_ops nft_ct_set_zone_ops = {770 static const struct nft_expr_ops *832 static const struct nft_expr_ops nft_notrack_ops = {
395 static const struct nft_expr_ops nft_bitwise_ops = {503 const struct nft_expr_ops nft_bitwise_fast_ops = {512 static const struct nft_expr_ops *
135 static const struct nft_expr_ops nft_osf_op = {
327 static const struct nft_expr_ops nft_tproxy_ops = {
424 static const struct nft_expr_ops nft_dynset_ops = {
3514 const struct nft_expr_ops *ops;3524 const struct nft_expr_ops *ops; in nf_tables_expr_parse()3626 const struct nft_expr_ops *ops = expr_info->ops; in nf_tables_newexpr()
54 nft_expr_ops