Home
last modified time | relevance | path

Searched refs:s_idx (Results 1 – 18 of 18) sorted by relevance

/net/ieee802154/
Dnl-mac.c443 int s_idx = cb->args[0]; in ieee802154_dump_iface() local
449 if (idx < s_idx || dev->type != ARPHRD_IEEE802154) in ieee802154_dump_iface()
763 int s_idx, s_idx2; member
791 data.s_idx = cb->args[1]; in ieee802154_llsec_dump_table()
957 if (idx++ < data->s_idx) in llsec_iter_keys()
966 data->s_idx++; in llsec_iter_keys()
1088 if (idx++ < data->s_idx) in llsec_iter_devs()
1097 data->s_idx++; in llsec_iter_devs()
1192 if (idx++ < data->s_idx) in llsec_iter_devkeys()
1211 data->s_idx++; in llsec_iter_devkeys()
[all …]
Dnl-phy.c116 int idx, s_idx; member
126 if (data->idx++ < data->s_idx) in ieee802154_dump_phy_iter()
148 .s_idx = cb->args[0], in ieee802154_dump_phy()
/net/ethtool/
Dtunnels.c244 int s_idx = ctx->pos_idx; in ethnl_tunnel_info_dumpit() local
251 for (h = ctx->pos_hash; h < NETDEV_HASHENTRIES; h++, s_idx = 0) { in ethnl_tunnel_info_dumpit()
258 if (idx < s_idx) in ethnl_tunnel_info_dumpit()
Dnetlink.c465 int s_idx = ctx->pos_idx; in ethnl_default_dumpit() local
470 for (h = ctx->pos_hash; h < NETDEV_HASHENTRIES; h++, s_idx = 0) { in ethnl_default_dumpit()
482 if (idx < s_idx) in ethnl_default_dumpit()
499 s_idx = idx + 1; in ethnl_default_dumpit()
/net/ipv4/
Ddevinet.c1829 int idx, s_idx; in inet_dump_ifaddr() local
1837 s_idx = idx = cb->args[1]; in inet_dump_ifaddr()
1863 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) { in inet_dump_ifaddr()
1869 if (idx < s_idx) in inet_dump_ifaddr()
1871 if (h > s_h || idx > s_idx) in inet_dump_ifaddr()
2241 int idx, s_idx; in inet_netconf_dump_devconf() local
2262 s_idx = idx = cb->args[1]; in inet_netconf_dump_devconf()
2264 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) { in inet_netconf_dump_devconf()
2270 if (idx < s_idx) in inet_netconf_dump_devconf()
Dnexthop.c3173 int s_idx; in rtm_dump_walk_nexthops() local
3176 s_idx = ctx->idx; in rtm_dump_walk_nexthops()
3181 if (nh->id < s_idx) in rtm_dump_walk_nexthops()
/net/bridge/
Dbr_mdb.c319 int idx = 0, s_idx = cb->args[1], err = 0, pidx = 0, s_pidx = cb->args[2]; in br_mdb_fill_info() local
335 if (idx < s_idx) in br_mdb_fill_info()
409 int idx = 0, s_idx; in br_mdb_dump() local
418 s_idx = cb->args[0]; in br_mdb_dump()
429 if (idx < s_idx) in br_mdb_dump()
Dbr_vlan.c1977 int idx = 0, s_idx = cb->args[1]; in br_vlan_dump_dev() local
2021 if (idx < s_idx) { in br_vlan_dump_dev()
2096 int idx = 0, err = 0, s_idx = cb->args[0]; in br_vlan_rtm_dump() local
2124 if (idx < s_idx) in br_vlan_rtm_dump()
/net/core/
Drtnetlink.c2081 int idx = 0, s_idx; in rtnl_dump_ifinfo() local
2093 s_idx = cb->args[1]; in rtnl_dump_ifinfo()
2138 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) { in rtnl_dump_ifinfo()
2144 if (idx < s_idx) in rtnl_dump_ifinfo()
3809 int s_idx = cb->family; in rtnl_dump_all() local
3813 if (s_idx == 0) in rtnl_dump_all()
3814 s_idx = 1; in rtnl_dump_all()
3821 if (idx < s_idx || idx == PF_PACKET) in rtnl_dump_all()
3839 if (idx > s_idx) { in rtnl_dump_all()
4398 int idx = 0, s_idx; in rtnl_fdb_dump() local
[all …]
Dnet_namespace.c957 int s_idx; member
966 if (net_cb->idx < net_cb->s_idx) in rtnl_net_dumpid_one()
1035 .s_idx = cb->args[0], in rtnl_net_dumpid()
Dneighbour.c2574 int idx, s_idx = idx = cb->args[2]; in neigh_dump_table() local
2586 s_idx = 0; in neigh_dump_table()
2590 if (idx < s_idx || !net_eq(dev_net(n->dev), net)) in neigh_dump_table()
2621 int idx, s_idx = idx = cb->args[4]; in pneigh_dump_table() local
2631 s_idx = 0; in pneigh_dump_table()
2633 if (idx < s_idx || pneigh_net(n) != net) in pneigh_dump_table()
/net/ipv6/
Daddrlabel.c500 int idx = 0, s_idx = cb->args[0]; in ip6addrlbl_dump() local
511 if (idx >= s_idx) { in ip6addrlbl_dump()
Daddrconf.c734 int idx, s_idx; in inet6_netconf_dump_devconf() local
755 s_idx = idx = cb->args[1]; in inet6_netconf_dump_devconf()
757 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) { in inet6_netconf_dump_devconf()
763 if (idx < s_idx) in inet6_netconf_dump_devconf()
5320 int idx, s_idx, s_ip_idx; in inet6_dump_addr() local
5328 s_idx = idx = cb->args[1]; in inet6_dump_addr()
5357 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) { in inet6_dump_addr()
5361 if (idx < s_idx) in inet6_dump_addr()
5363 if (h > s_h || idx > s_idx) in inet6_dump_addr()
6038 int idx = 0, s_idx; in inet6_dump_ifinfo() local
[all …]
/net/mctp/
Droute.c1081 int s_idx, idx; in mctp_dump_rtinfo() local
1088 s_idx = cb->args[0]; in mctp_dump_rtinfo()
1093 if (idx++ < s_idx) in mctp_dump_rtinfo()
/net/sched/
Dsch_api.c1795 int s_idx, s_q_idx; in tc_dump_qdisc() local
1801 s_idx = cb->args[0]; in tc_dump_qdisc()
1815 if (idx < s_idx) in tc_dump_qdisc()
1817 if (idx > s_idx) in tc_dump_qdisc()
/net/netfilter/
Dnf_tables_api.c989 unsigned int idx = 0, s_idx = cb->args[0]; in nf_tables_dump_tables() local
1001 if (idx < s_idx) in nf_tables_dump_tables()
1003 if (idx > s_idx) in nf_tables_dump_tables()
1806 unsigned int idx = 0, s_idx = cb->args[0]; in nf_tables_dump_chains() local
1822 if (idx < s_idx) in nf_tables_dump_chains()
1824 if (idx > s_idx) in nf_tables_dump_chains()
3208 unsigned int s_idx = cb->args[0]; in __nf_tables_dump_rules() local
3215 if (*idx < s_idx) in __nf_tables_dump_rules()
4291 unsigned int idx, s_idx = cb->args[0]; in nf_tables_dump_sets() local
4320 if (idx < s_idx) in nf_tables_dump_sets()
[all …]
/net/mpls/
Daf_mpls.c1308 int idx, s_idx; in mpls_netconf_dump_devconf() local
1327 s_idx = idx = cb->args[1]; in mpls_netconf_dump_devconf()
1329 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) { in mpls_netconf_dump_devconf()
1335 if (idx < s_idx) in mpls_netconf_dump_devconf()
/net/can/
Dgw.c754 int s_idx = cb->args[0]; in cgw_dump_jobs() local
758 if (idx < s_idx) in cgw_dump_jobs()