Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 11 of 11) sorted by relevance

/net/can/
Daf_can.c471 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 …]
Daf_can.h55 unsigned long matches; member
71 unsigned long matches; member
Dproc.c142 if (pkg_stats->matches > (ULONG_MAX / 100)) in can_stat_update()
147 pkg_stats->total_rx_match_ratio = (pkg_stats->matches * 100) / in can_stat_update()
198 r->func, r->data, r->matches, r->ident); in can_print_rcvlist()
221 seq_printf(m, " %8ld matched frames (RXMF)\n", pkg_stats->matches); in can_stats_proc_show()
/net/sched/
Dematch.c165 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()
DKconfig22 maximum data flow rate for traffic which matches specified criteria.
459 only extended matches and actions.
566 Say Y here if you want to use extended matches on top of classifiers
567 and select the extended matches below.
569 Extended matches are small classification helpers not worth writing
573 extended matches.
665 matches.
682 extended matches.
/net/smc/
Daf_smc.c1475 int matches) in smc_is_already_selected() argument
1479 for (i = 0; i < matches; i++) in smc_is_already_selected()
1489 unsigned int *matches) in smc_check_ism_v2_match() argument
1496 if (smc_is_already_selected(smcd, ini, *matches)) in smc_check_ism_v2_match()
1500 ini->ism_peer_gid[*matches] = proposed_gid; in smc_check_ism_v2_match()
1501 ini->ism_dev[*matches] = smcd; in smc_check_ism_v2_match()
1502 (*matches)++; in smc_check_ism_v2_match()
1515 unsigned int matches = 0; in smc_find_ism_v2_device_serv() local
1534 ntohll(pclc_smcd->ism.gid), &matches); in smc_find_ism_v2_device_serv()
1542 &matches); in smc_find_ism_v2_device_serv()
[all …]
/net/bridge/netfilter/
DKconfig86 # matches
/net/ipv6/netfilter/
DKconfig89 # The simple matches.
/net/ipv4/netfilter/
DKconfig135 # The matches.
/net/netfilter/
DKconfig1107 # alphabetically ordered list of matches
1109 comment "Xtables matches"
1332 an IP address range. (Normal iptables only matches on single addresses
1452 Physdev packet matching matches against the physical bridge ports
/net/wireless/
Dnl80211.c11855 struct nlattr *nd, *freqs, *matches, *match, *scan_plans, *scan_plan; in nl80211_send_wowlan_nd() local
11899 matches = nla_nest_start_noflag(msg, in nl80211_send_wowlan_nd()
11901 if (!matches) in nl80211_send_wowlan_nd()
11915 nla_nest_end(msg, matches); in nl80211_send_wowlan_nd()
17391 struct cfg80211_wowlan_nd_match *match = nd->matches[i]; in cfg80211_net_detect_results()