1RPS_MAY_EXPIRE_FLOW(9)      Network device support      RPS_MAY_EXPIRE_FLOW(9)
2
3
4

NAME

6       rps_may_expire_flow - check whether an RFS hardware filter may be
7       removed
8

SYNOPSIS

10       bool rps_may_expire_flow(struct net_device * dev, u16 rxq_index,
11                                u32 flow_id, u16 filter_id);
12

ARGUMENTS

14       dev
15           Device on which the filter was set
16
17       rxq_index
18           RX queue index
19
20       flow_id
21           Flow ID passed to ndo_rx_flow_steer
22
23       filter_id
24           Filter ID returned by ndo_rx_flow_steer
25

DESCRIPTION

27       Drivers that implement ndo_rx_flow_steer should periodically call this
28       function for each installed filter and remove the filters for which it
29       returns true.
30
32Kernel Hackers Manual 3.10         June 2019            RPS_MAY_EXPIRE_FLOW(9)
Impressum