Searched refs:dumpit (Results 1 – 16 of 16) sorted by relevance
/linux-3.4.99/net/ieee802154/ |
D | ieee802154.h | 29 .dumpit = NULL, \ 38 .dumpit = _dump, \
|
/linux-3.4.99/net/netlabel/ |
D | netlabel_mgmt.c | 716 .dumpit = NULL, 723 .dumpit = NULL, 730 .dumpit = netlbl_mgmt_listall, 737 .dumpit = NULL, 744 .dumpit = NULL, 751 .dumpit = NULL, 758 .dumpit = netlbl_mgmt_protocols, 765 .dumpit = NULL,
|
D | netlabel_unlabeled.c | 1333 .dumpit = NULL, 1340 .dumpit = NULL, 1347 .dumpit = netlbl_unlabel_staticlist, 1354 .dumpit = NULL, 1361 .dumpit = NULL, 1368 .dumpit = netlbl_unlabel_staticlistdef, 1375 .dumpit = NULL, 1382 .dumpit = NULL,
|
D | netlabel_cipso_v4.c | 746 .dumpit = NULL, 753 .dumpit = NULL, 760 .dumpit = NULL, 767 .dumpit = netlbl_cipsov4_listall,
|
/linux-3.4.99/net/core/ |
D | rtnetlink.c | 57 rtnl_dumpit_func dumpit; member 141 if (tab == NULL || tab[msgindex].dumpit == NULL) in rtnl_get_dumpit() 144 return tab ? tab[msgindex].dumpit : NULL; in rtnl_get_dumpit() 181 rtnl_doit_func doit, rtnl_dumpit_func dumpit, in __rtnl_register() argument 202 if (dumpit) in __rtnl_register() 203 tab[msgindex].dumpit = dumpit; in __rtnl_register() 222 rtnl_doit_func doit, rtnl_dumpit_func dumpit, in rtnl_register() argument 225 if (__rtnl_register(protocol, msgtype, doit, dumpit, calcit) < 0) in rtnl_register() 250 rtnl_msg_handlers[protocol][msgindex].dumpit = NULL; in rtnl_unregister() 1957 rtnl_msg_handlers[idx][type].dumpit == NULL) in rtnl_dump_all() [all …]
|
/linux-3.4.99/net/wimax/ |
D | op-state-get.c | 82 .dumpit = NULL,
|
D | op-reset.c | 140 .dumpit = NULL,
|
D | op-msg.c | 431 .dumpit = NULL,
|
D | op-rfkill.c | 467 .dumpit = NULL,
|
/linux-3.4.99/net/netlink/ |
D | genetlink.c | 291 if (ops->dumpit == NULL && ops->doit == NULL) in genl_register_ops() 299 if (ops->dumpit) in genl_register_ops() 563 if (ops->dumpit == NULL) in genl_rcv_msg() 569 .dump = ops->dumpit, in genl_rcv_msg() 904 .dumpit = ctrl_dumpfamily,
|
/linux-3.4.99/include/net/ |
D | genetlink.h | 115 int (*dumpit)(struct sk_buff *skb, member
|
/linux-3.4.99/net/nfc/ |
D | netlink.c | 597 .dumpit = nfc_genl_dump_devices, 633 .dumpit = nfc_genl_dump_targets,
|
/linux-3.4.99/net/l2tp/ |
D | l2tp_netlink.c | 753 .dumpit = l2tp_nl_cmd_tunnel_dump, 778 .dumpit = l2tp_nl_cmd_session_dump,
|
/linux-3.4.99/net/openvswitch/ |
D | datapath.c | 1132 .dumpit = ovs_flow_cmd_dump 1434 .dumpit = ovs_dp_cmd_dump 1797 .dumpit = ovs_vport_cmd_dump
|
/linux-3.4.99/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 3536 .dumpit = ip_vs_genl_dump_services, 3561 .dumpit = ip_vs_genl_dump_dests, 3578 .dumpit = ip_vs_genl_dump_daemons,
|
/linux-3.4.99/net/wireless/ |
D | nl80211.c | 6345 .dumpit = nl80211_dump_wiphy, 6360 .dumpit = nl80211_dump_interface, 6448 .dumpit = nl80211_dump_station, 6480 .dumpit = nl80211_dump_mpath, 6563 .dumpit = nl80211_dump_scan, 6633 .dumpit = nl80211_testmode_dump, 6667 .dumpit = nl80211_dump_survey,
|