Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214582
b: refs/heads/master
c: c22ab78
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Sep 21, 2010
1 parent 8b8bac7 commit 41092de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: daebbca3ab41031666ee27f991b223d2bc0415e9
refs/heads/master: c22ab7816fd81efceefa96b00c4ad62cf657964b
5 changes: 3 additions & 2 deletions trunk/include/linux/ethtool.h
Original file line number Diff line number Diff line change
Expand Up @@ -492,11 +492,12 @@ struct ethtool_rx_ntuple_flow_spec {
__u64 data_mask;

__s32 action;
#define ETHTOOL_RXNTUPLE_ACTION_DROP -1 /* drop packet */
#define ETHTOOL_RXNTUPLE_ACTION_DROP (-1) /* drop packet */
#define ETHTOOL_RXNTUPLE_ACTION_CLEAR (-2) /* clear filter */
};

/**
* struct ethtool_rx_ntuple - command to set RX flow filter
* struct ethtool_rx_ntuple - command to set or clear RX flow filter
* @cmd: Command number - %ETHTOOL_SRXNTUPLE
* @fs: Flow filter specification
*/
Expand Down

0 comments on commit 41092de

Please sign in to comment.