| /net/netfilter/ |
| A D | nft_quota.c | 138 bool reset) in nft_quota_do_dump() argument 163 if (reset) { in nft_quota_do_dump() 174 bool reset) in nft_quota_obj_dump() argument 178 return nft_quota_do_dump(skb, priv, reset); in nft_quota_obj_dump() 227 const struct nft_expr *expr, bool reset) in nft_quota_dump() argument 231 return nft_quota_do_dump(skb, priv, reset); in nft_quota_dump()
|
| A D | nft_counter.c | 153 bool reset) in nft_counter_do_dump() argument 165 if (reset) in nft_counter_do_dump() 175 struct nft_object *obj, bool reset) in nft_counter_obj_dump() argument 179 return nft_counter_do_dump(skb, priv, reset); in nft_counter_obj_dump() 214 const struct nft_expr *expr, bool reset) in nft_counter_dump() argument 218 return nft_counter_do_dump(skb, priv, reset); in nft_counter_dump()
|
| A D | nft_limit.c | 211 const struct nft_expr *expr, bool reset) in nft_limit_pkts_dump() argument 270 const struct nft_expr *expr, bool reset) in nft_limit_bytes_dump() argument 357 bool reset) in nft_limit_obj_pkts_dump() argument 404 bool reset) in nft_limit_obj_bytes_dump() argument
|
| A D | nft_queue.c | 155 const struct nft_expr *expr, bool reset) in nft_queue_dump() argument 172 const struct nft_expr *expr, bool reset) in nft_queue_sreg_dump() argument
|
| A D | nft_cmp.c | 96 const struct nft_expr *expr, bool reset) in nft_cmp_dump() argument 258 const struct nft_expr *expr, bool reset) in nft_cmp_fast_dump() argument 353 const struct nft_expr *expr, bool reset) in nft_cmp16_fast_dump() argument
|
| A D | nft_fwd_netdev.c | 60 const struct nft_expr *expr, bool reset) in nft_fwd_netdev_dump() argument 191 const struct nft_expr *expr, bool reset) in nft_fwd_neigh_dump() argument
|
| A D | nft_numgen.c | 116 const struct nft_expr *expr, bool reset) in nft_ng_inc_dump() argument 173 const struct nft_expr *expr, bool reset) in nft_ng_random_dump() argument
|
| A D | nft_objref.c | 53 const struct nft_expr *expr, bool reset) in nft_objref_dump() argument 161 const struct nft_expr *expr, bool reset) in nft_objref_map_dump() argument
|
| A D | nft_dynset.c | 368 const struct nft_expr *expr, bool reset) in nft_dynset_dump() argument 390 priv->expr_array[0], reset)) in nft_dynset_dump() 401 priv->expr_array[i], reset)) in nft_dynset_dump()
|
| A D | nft_connlimit.c | 149 struct nft_object *obj, bool reset) in nft_connlimit_obj_dump() argument 189 const struct nft_expr *expr, bool reset) in nft_connlimit_dump() argument
|
| A D | nft_hash.c | 143 const struct nft_expr *expr, bool reset) in nft_jhash_dump() argument 180 const struct nft_expr *expr, bool reset) in nft_symhash_dump() argument
|
| A D | nft_meta.c | 670 const struct nft_expr *expr, bool reset) in nft_meta_get_dump() argument 686 const struct nft_expr *expr, bool reset) in nft_meta_set_dump() argument 971 bool reset) in nft_secmark_obj_dump() argument 979 if (reset) { in nft_secmark_obj_dump()
|
| A D | nft_inner.c | 397 const struct nft_expr *expr, bool reset) in nft_inner_dump() argument 408 (struct nft_expr *)&priv->expr, reset) < 0) in nft_inner_dump()
|
| A D | nft_ct.c | 642 const struct nft_expr *expr, bool reset) in nft_ct_get_dump() argument 705 const struct nft_expr *expr, bool reset) in nft_ct_set_dump() argument 1005 struct nft_object *obj, bool reset) in nft_ct_timeout_obj_dump() argument 1180 struct nft_object *obj, bool reset) in nft_ct_helper_obj_dump() argument 1296 struct nft_object *obj, bool reset) in nft_ct_expect_obj_dump() argument
|
| A D | nf_tables_api.c | 3645 bool reset) in nf_tables_fill_rule_info() argument 3757 bool reset; member 5987 bool reset) in nft_set_elem_expr_dump() argument 6025 bool reset) in nf_tables_fill_setelem() argument 6113 bool reset; member 6148 bool reset; member 6235 args.reset = dump_ctx->reset; in nf_tables_dump_set() 6477 reset); in nft_get_set_elem() 6492 bool reset) in nft_set_dump_ctx_init() argument 6517 dump_ctx->reset = reset; in nft_set_dump_ctx_init() [all …]
|
| A D | nft_dup_netdev.c | 48 const struct nft_expr *expr, bool reset) in nft_dup_netdev_dump() argument
|
| A D | nft_reject.c | 72 const struct nft_expr *expr, bool reset) in nft_reject_dump() argument
|
| /net/bluetooth/ |
| A D | hci_sysfs.c | 98 if (hdev->reset) in reset_store() 99 hdev->reset(hdev); in reset_store() 103 static DEVICE_ATTR_WO(reset);
|
| /net/ceph/ |
| A D | auth_none.c | 15 static void reset(struct ceph_auth_client *ac) in reset() function 122 .reset = reset,
|
| /net/core/ |
| A D | request_sock.c | 89 bool reset) in reqsk_fastopen_remove() argument 103 if (!reset || lsk->sk_state != TCP_LISTEN) { in reqsk_fastopen_remove()
|
| /net/sched/ |
| A D | sch_fifo.c | 195 .reset = qdisc_reset_queue, 210 .reset = qdisc_reset_queue, 224 .reset = qdisc_reset_queue,
|
| A D | bpf_qdisc.c | 170 if (prog->aux->attach_st_ops_member_off != offsetof(struct Qdisc_ops, reset) && in BTF_ID_LIST_SINGLE() 310 [QDISC_OP_IDX(reset)] = QDISC_OPS_KF_COMMON, 401 !ops->reset || !ops->destroy) in bpf_qdisc_validate() 436 .reset = Qdisc_ops__reset,
|
| /net/tipc/ |
| A D | monitor.h | 56 bool reset :1; member
|
| /net/ipv6/netfilter/ |
| A D | nft_dup_ipv6.c | 54 const struct nft_expr *expr, bool reset) in nft_dup_ipv6_dump() argument
|
| /net/ipv4/netfilter/ |
| A D | nft_dup_ipv4.c | 56 const struct nft_expr *expr, bool reset) in nft_dup_ipv4_dump() argument
|