Lines Matching refs:expiry
155 * @expiry: Time after which the packet should be delivered irrespective of
161 unsigned long expiry;
171 * @expiry: Time which the packet arrived
178 unsigned long expiry;
207 * @expiry: time when the filter expires, in jiffies
215 unsigned long expiry;
1182 } else if (time_after(jiffies, match->expiry)) {
1248 unsigned long expiry)
1256 rxfilter->expiry = expiry;
1272 rxfilter->expiry = expiry;
1288 unsigned long expiry)
1294 return efx_ptp_insert_filter(efx, filter_list, &spec, expiry);
1300 unsigned long expiry)
1306 return efx_ptp_insert_filter(efx, filter_list, &spec, expiry);
1395 unsigned long expiry;
1401 expiry = jiffies + UCAST_FILTER_EXPIRY_JIFFIES;
1407 addr, PTP_EVENT_PORT, expiry);
1412 addr, PTP_GENERAL_PORT, expiry);
1418 addr, PTP_EVENT_PORT, expiry);
1423 addr, PTP_GENERAL_PORT, expiry);
1530 if (time_is_before_jiffies(rxfilter->expiry))
1742 match->expiry = jiffies + msecs_to_jiffies(PKT_EVENT_LIFETIME_MS);