Home
last modified time | relevance | path

Searched refs:nft_expr_ops (Results 1 – 17 of 17) 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/netfilter/
H A Dnft_exthdr.c708 static const struct nft_expr_ops nft_exthdr_ipv6_ops = {
716 static const struct nft_expr_ops nft_exthdr_ipv4_ops = {
724 static const struct nft_expr_ops nft_exthdr_tcp_ops = {
732 static const struct nft_expr_ops nft_exthdr_tcp_set_ops = {
740 static const struct nft_expr_ops nft_exthdr_tcp_strip_ops = {
748 static const struct nft_expr_ops nft_exthdr_sctp_ops = {
757 static const struct nft_expr_ops nft_exthdr_dccp_ops = {
766 static const struct nft_expr_ops * in nft_exthdr_select_ops()
H A Dnft_fwd_netdev.c248 static const struct nft_expr_ops nft_fwd_neigh_netdev_ops = {
257 static const struct nft_expr_ops nft_fwd_netdev_ops = {
268 static const struct nft_expr_ops * in nft_fwd_select_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_inner.c37 const struct nft_expr_ops *ops;
330 const struct nft_expr_ops *ops;
416 static const struct nft_expr_ops nft_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.c550 static const struct nft_expr_ops nft_payload_ops = {
559 const struct nft_expr_ops nft_payload_fast_ops = {
650 static const struct nft_expr_ops nft_payload_inner_ops = {
991 static const struct nft_expr_ops nft_payload_set_ops = {
999 static const struct nft_expr_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_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_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 Dnft_tunnel.c128 static const struct nft_expr_ops nft_tunnel_get_ops = {
H A Dnf_tables_api.c3516 const struct nft_expr_ops *ops;
3526 const struct nft_expr_ops *ops; in nf_tables_expr_parse()
3628 const struct nft_expr_ops *ops = expr_info->ops; in nf_tables_newexpr()
/linux/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c259 static const struct nft_expr_ops nft_fib6_type_ops = {
268 static const struct nft_expr_ops nft_fib6_ops = {
277 static const struct nft_expr_ops *
/linux/scripts/
H A Dconst_structs.checkpatch54 nft_expr_ops