Searched refs:matches (Results 1 – 10 of 10) sorted by relevance
/net/can/ |
D | af_can.c | 470 rcv->matches = 0; in can_rx_register() 570 rcv->matches++; in deliver() 576 int matches = 0; in can_rcv_filter() local 588 matches++; in can_rcv_filter() 591 return matches; in can_rcv_filter() 597 matches++; in can_rcv_filter() 604 matches++; in can_rcv_filter() 612 matches++; in can_rcv_filter() 618 return matches; in can_rcv_filter() 624 matches++; in can_rcv_filter() [all …]
|
D | af_can.h | 55 unsigned long matches; member 71 unsigned long matches; member
|
D | proc.c | 143 if (pkg_stats->matches > (ULONG_MAX / 100)) in can_stat_update() 148 pkg_stats->total_rx_match_ratio = (pkg_stats->matches * 100) / in can_stat_update() 199 r->func, r->data, r->matches, r->ident); in can_print_rcvlist() 222 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() 335 tree->matches = kzalloc(matches_len, GFP_KERNEL); in tcf_em_tree_validate() 336 if (tree->matches == NULL) in tcf_em_tree_validate() 403 if (tree->matches == NULL) in tcf_em_tree_destroy() 419 kfree(tree->matches); in tcf_em_tree_destroy() 420 tree->matches = NULL; in tcf_em_tree_destroy()
|
D | Kconfig | 22 maximum data flow rate for traffic which matches specified criteria. 467 only extended matches and actions. 613 Say Y here if you want to use extended matches on top of classifiers 614 and select the extended matches below. 616 Extended matches are small classification helpers not worth writing 620 extended matches. 712 matches. 729 extended matches.
|
/net/bridge/netfilter/ |
D | Kconfig | 86 # matches
|
/net/ipv6/netfilter/ |
D | Kconfig | 89 # The simple matches.
|
/net/ipv4/netfilter/ |
D | Kconfig | 135 # The matches.
|
/net/netfilter/ |
D | Kconfig | 1115 # alphabetically ordered list of matches 1117 comment "Xtables matches" 1340 an IP address range. (Normal iptables only matches on single addresses 1460 Physdev packet matching matches against the physical bridge ports
|
/net/wireless/ |
D | nl80211.c | 11212 struct nlattr *nd, *freqs, *matches, *match, *scan_plans, *scan_plan; in nl80211_send_wowlan_nd() local 11256 matches = nla_nest_start_noflag(msg, in nl80211_send_wowlan_nd() 11258 if (!matches) in nl80211_send_wowlan_nd() 11272 nla_nest_end(msg, matches); in nl80211_send_wowlan_nd() 16524 struct cfg80211_wowlan_nd_match *match = nd->matches[i]; in cfg80211_net_detect_results()
|