Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266180
b: refs/heads/master
c: 3ce23fa
h: refs/heads/master
v: v3
  • Loading branch information
Richard Cochran authored and David S. Miller committed Sep 26, 2011
1 parent a809736 commit 088fe20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49b3fd4aff7ede794d4fe50b80095eb33cc9d911
refs/heads/master: 3ce23fa9780b70525932c5e4b5ac401c67390fae
9 changes: 9 additions & 0 deletions trunk/include/linux/net_tstamp.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ enum {
* before sending the packet.
*/
HWTSTAMP_TX_ON,

/*
* Enables time stamping for outgoing packets just as
* HWTSTAMP_TX_ON does, but also enables time stamp insertion
* directly into Sync packets. In this case, transmitted Sync
* packets will not received a time stamp via the socket error
* queue.
*/
HWTSTAMP_TX_ONESTEP_SYNC,
};

/* possible values for hwtstamp_config->rx_filter */
Expand Down

0 comments on commit 088fe20

Please sign in to comment.