Searched refs:nfilter (Results 1 – 2 of 2) sorted by relevance
668 struct bcmasp_net_filter *nfilter = NULL; in bcmasp_netfilt_get_init() local714 nfilter = &priv->net_filters[open_index]; in bcmasp_netfilt_get_init()715 nfilter->claimed = true; in bcmasp_netfilt_get_init()716 nfilter->port = intf->port; in bcmasp_netfilt_get_init()717 nfilter->hw_index = open_index; in bcmasp_netfilt_get_init()724 nfilter->wake_filter = true; in bcmasp_netfilt_get_init()727 return nfilter ? nfilter : ERR_PTR(-EINVAL); in bcmasp_netfilt_get_init()
266 int nfilter; in j1939_sk_match_filter() local271 nfilter = jsk->nfilters; in j1939_sk_match_filter()273 if (!nfilter) in j1939_sk_match_filter()277 for (; nfilter; ++f, --nfilter) { in j1939_sk_match_filter()