Home
last modified time | relevance | path

Searched refs:nft_object_ops (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnft_limit.c373 static const struct nft_object_ops nft_limit_obj_pkts_ops = {
420 static const struct nft_object_ops nft_limit_obj_bytes_ops = {
429 static const struct nft_object_ops *
H A Dnft_quota.c184 static const struct nft_object_ops nft_quota_obj_ops = {
H A Dnft_connlimit.c162 static const struct nft_object_ops nft_connlimit_obj_ops = {
H A Dnft_counter.c188 static const struct nft_object_ops nft_counter_obj_ops = {
H A Dnft_ct.c1035 static const struct nft_object_ops nft_ct_timeout_obj_ops = {
1217 static const struct nft_object_ops nft_ct_helper_obj_ops = {
1369 static const struct nft_object_ops nft_ct_expect_obj_ops = {
H A Dnft_synproxy.c348 static const struct nft_object_ops nft_synproxy_obj_ops = {
H A Dnft_tunnel.c705 static const struct nft_object_ops nft_tunnel_obj_ops = {
H A Dnft_meta.c999 static const struct nft_object_ops nft_secmark_obj_ops = {
H A Dnf_tables_api.c7554 const struct nft_object_ops *ops; in nft_obj_init()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1342 const struct nft_object_ops *ops ____cacheline_aligned;
1376 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *,
1378 const struct nft_object_ops *ops;
1398 struct nft_object_ops { struct