We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9255bac commit 53bc017Copy full SHA for 53bc017
include/net/flow_dissector.h
@@ -251,7 +251,7 @@ extern struct flow_dissector flow_keys_buf_dissector;
251
* This structure is used to hold a digest of the full flow keys. This is a
252
* larger "hash" of a flow to allow definitively matching specific flows where
253
* the 32 bit skb->hash is not large enough. The size is limited to 16 bytes so
254
- * that it can by used in CB of skb (see sch_choke for an example).
+ * that it can be used in CB of skb (see sch_choke for an example).
255
*/
256
#define FLOW_KEYS_DIGEST_LEN 16
257
struct flow_keys_digest {
0 commit comments