Searched refs:dump (Results 226 - 250 of 353) sorted by relevance

1234567891011>>

/linux-master/net/sched/
H A Dact_gact.c293 .dump = tcf_gact_dump,
H A Dact_connmark.c240 .dump = tcf_connmark_dump,
H A Dact_skbmod.c285 .dump = tcf_skbmod_dump,
H A Dsch_choke.c497 .dump = choke_dump,
H A Dsch_etf.c500 .dump = etf_dump,
H A Dact_skbedit.c422 .dump = tcf_skbedit_dump,
H A Dact_vlan.c422 .dump = tcf_vlan_dump,
/linux-master/net/core/
H A Dsock_diag.c251 err = hndl->dump(skb, nlh);
/linux-master/drivers/hv/
H A Dhv_common.c220 * Write dump contents to the page. No need to synchronize; panic should
249 .dump = hv_kmsg_dump,
275 pr_err("Hyper-V: kmsg dump register error 0x%x\n", ret);
/linux-master/fs/ubifs/
H A Dfile.c66 goto dump;
73 goto dump;
80 goto dump;
92 dump:
/linux-master/net/netfilter/
H A Dnft_lookup.c254 .dump = nft_lookup_dump,
H A Dnft_compat.c823 ops->dump = nft_match_dump;
835 ops->dump = nft_match_large_dump;
913 ops->dump = nft_target_dump;
H A Dnfnetlink_hook.c404 .dump = nfnl_hook_dump,
H A Dnft_dynset.c425 .dump = nft_dynset_dump,
H A Dnf_conntrack_netlink.c338 bool dump)
342 if (!mark && !dump)
1666 .dump = ctnetlink_dump_table,
1746 /* We can't dump extension info for the unconfirmed
1828 .dump = ctnetlink_dump_dying,
1843 .dump = ctnetlink_dump_unconfirmed,
2566 .dump = ctnetlink_ct_stat_cpu_dump,
3269 .dump = ctnetlink_exp_ct_dump_table,
3319 .dump = ctnetlink_exp_dump_table,
3753 .dump
337 ctnetlink_dump_mark(struct sk_buff *skb, const struct nf_conn *ct, bool dump) argument
[all...]
/linux-master/drivers/bluetooth/
H A Dbtmtk.c390 schedule_delayed_work(&hdev->dump.dump_timeout,
/linux-master/include/net/
H A Dsch_generic.h95 #define TCQ_F_INVISIBLE 0x80 /* invisible by default in dump */
273 int (*dump)(struct Qdisc *, unsigned long, member in struct:Qdisc_class_ops
311 int (*dump)(struct Qdisc *, struct sk_buff *); member in struct:Qdisc_ops
382 int (*dump)(struct net*, struct tcf_proto*, void *, member in struct:tcf_proto_ops
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dcoredump.c962 /* IRAM dump must be put last */
1580 /* Gather ram dump */
1599 struct ath10k_dump_file_data *dump; local
1605 dump = ath10k_coredump_build(ar);
1606 if (!dump) {
1607 ath10k_warn(ar, "no crash dump data found for devcoredump");
1611 dev_coredumpv(ar->dev, dump, le32_to_cpu(dump->len), GFP_KERNEL);
/linux-master/net/ipv4/
H A Dinet_diag.c409 * dump()
1281 handler->dump(skb, cb, r);
1421 .dump = inet_diag_dump_compat,
1442 .dump = inet_diag_dump,
1501 .dump = inet_diag_handler_cmd,
1509 .dump = inet_diag_handler_cmd,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c2331 char *dump, *data; local
2343 dump = vzalloc(MT76_CONNAC_COREDUMP_SZ);
2344 data = dump;
2357 if (!dump || data + skb->len - dump > MT76_CONNAC_COREDUMP_SZ) {
2368 if (dump)
2369 dev_coredumpv(dev->mt76.dev, dump, MT76_CONNAC_COREDUMP_SZ,
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1821 /* TODO CHIMP_FW: eeprom dump details */
1823 /* TODO CHIMP FW: reg dump details */
4782 static int bnxt_set_dump(struct net_device *dev, struct ethtool_dump *dump) argument
4786 if (dump->flag > BNXT_DUMP_CRASH) {
4791 if (!IS_ENABLED(CONFIG_TEE_BNXT_FW) && dump->flag == BNXT_DUMP_CRASH) {
4792 netdev_info(dev, "Cannot collect crash dump as TEE_BNXT_FW config option is not enabled.\n");
4796 bp->dump_flag = dump->flag;
4800 static int bnxt_get_dump_flag(struct net_device *dev, struct ethtool_dump *dump) argument
4807 dump->version = bp->ver_resp.hwrm_fw_maj_8b << 24 |
4812 dump
4817 bnxt_get_dump_data(struct net_device *dev, struct ethtool_dump *dump, void *buf) argument
[all...]
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c642 "Timeout exceeded in %s, aborting dump\n",
817 /* Collect memory dump using multiple DMA operations if required */
868 "Failed to read memory dump using PEX DMA: mask[0x%x]\n",
877 "Failed to read memory dump using test agent method: mask[0x%x]\n",
927 "Timeout exceeded in %s, aborting dump\n",
973 "Timeout exceeded in %s, aborting dump\n",
1290 u32 entry_offset, dump, no_entries, buf_offset = 0; local
1304 /* Return if we don't have firmware dump template header */
1315 "Previous dump not cleared, not capturing dump\
[all...]
/linux-master/samples/hid/
H A DMakefile176 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux-master/tools/bpf/bpftool/
H A DMakefile208 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) btf dump file $< format c > $@
/linux-master/fs/pstore/
H A Dplatform.c247 pr_info("Using crash dump compression: %s\n", compress);
292 pr_err("dump skipped in %s path because of concurrent dump\n",
321 /* Write dump header. */
326 /* Write dump contents. */
376 .dump = pstore_dump,

Completed in 592 milliseconds

1234567891011>>