Home
last modified time | relevance | path

Searched refs:nft_expr_ops (Results 1 – 12 of 12) 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.h403 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
/linux/net/netfilter/
H A Dnft_exthdr.c705 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 *
H A Dnft_fwd_netdev.c245 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 *
H A Dnft_compat.c806 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()
H A Dnft_ct.c730 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 = {
H A Dnft_bitwise.c395 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 *
H A Dnft_osf.c135 static const struct nft_expr_ops nft_osf_op = {
H A Dnft_tproxy.c327 static const struct nft_expr_ops nft_tproxy_ops = {
H A Dnft_dynset.c424 static const struct nft_expr_ops nft_dynset_ops = {
H A Dnf_tables_api.c3514 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()
/linux/scripts/
H A Dconst_structs.checkpatch54 nft_expr_ops