Searched refs:matches (Results 1 – 11 of 11) sorted by relevance
/net/can/ |
D | af_can.c | 471 rcv->matches = 0; in can_rx_register() 575 rcv->matches++; in deliver() 581 int matches = 0; in can_rcv_filter() local 593 matches++; in can_rcv_filter() 596 return matches; in can_rcv_filter() 602 matches++; in can_rcv_filter() 609 matches++; in can_rcv_filter() 617 matches++; in can_rcv_filter() 623 return matches; in can_rcv_filter() 629 matches++; in can_rcv_filter() [all …]
|
D | af_can.h | 55 unsigned long matches; member 71 unsigned long matches; member
|
D | proc.c | 138 if (pkg_stats->matches > (ULONG_MAX / 100)) in can_stat_update() 143 pkg_stats->total_rx_match_ratio = (pkg_stats->matches * 100) / in can_stat_update() 194 r->func, r->data, r->matches, r->ident); in can_print_rcvlist() 219 seq_printf(m, " %8ld matched frames (RXMF)\n", pkg_stats->matches); in can_stats_proc_show()
|
/net/sched/ |
D | ematch.c | 165 return &tree->matches[index]; in tcf_em_get_match() 337 tree->matches = kzalloc(matches_len, GFP_KERNEL); in tcf_em_tree_validate() 338 if (tree->matches == NULL) in tcf_em_tree_validate() 404 if (tree->matches == NULL) in tcf_em_tree_destroy() 420 kfree(tree->matches); in tcf_em_tree_destroy() 421 tree->matches = NULL; in tcf_em_tree_destroy()
|
D | Kconfig | 22 maximum data flow rate for traffic which matches specified criteria. 501 only extended matches and actions. 608 Say Y here if you want to use extended matches on top of classifiers 609 and select the extended matches below. 611 Extended matches are small classification helpers not worth writing 615 extended matches. 707 matches. 724 extended matches.
|
/net/smc/ |
D | af_smc.c | 1638 int matches) in smc_is_already_selected() argument 1642 for (i = 0; i < matches; i++) in smc_is_already_selected() 1652 unsigned int *matches) in smc_check_ism_v2_match() argument 1659 if (smc_is_already_selected(smcd, ini, *matches)) in smc_check_ism_v2_match() 1663 ini->ism_peer_gid[*matches] = proposed_gid; in smc_check_ism_v2_match() 1664 ini->ism_dev[*matches] = smcd; in smc_check_ism_v2_match() 1665 (*matches)++; in smc_check_ism_v2_match() 1684 unsigned int matches = 0; in smc_find_ism_v2_device_serv() local 1705 ntohll(pclc_smcd->ism.gid), &matches); in smc_find_ism_v2_device_serv() 1713 &matches); in smc_find_ism_v2_device_serv() [all …]
|
/net/bridge/netfilter/ |
D | Kconfig | 84 # matches
|
/net/ipv6/netfilter/ |
D | Kconfig | 92 # The simple matches.
|
/net/ipv4/netfilter/ |
D | Kconfig | 141 # The matches.
|
/net/netfilter/ |
D | Kconfig | 1142 # alphabetically ordered list of matches 1144 comment "Xtables matches" 1367 an IP address range. (Normal iptables only matches on single addresses 1487 Physdev packet matching matches against the physical bridge ports
|
/net/wireless/ |
D | nl80211.c | 13051 struct nlattr *nd, *freqs, *matches, *match, *scan_plans, *scan_plan; in nl80211_send_wowlan_nd() local 13095 matches = nla_nest_start_noflag(msg, in nl80211_send_wowlan_nd() 13097 if (!matches) in nl80211_send_wowlan_nd() 13111 nla_nest_end(msg, matches); in nl80211_send_wowlan_nd() 19401 struct cfg80211_wowlan_nd_match *match = nd->matches[i]; in cfg80211_net_detect_results()
|