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 fd0a5af commit 5017ec6Copy full SHA for 5017ec6
include/kunit/skbuff.h
@@ -20,8 +20,9 @@ static void kunit_action_kfree_skb(void *p)
20
* kunit_zalloc_skb() - Allocate and initialize a resource managed skb.
21
* @test: The test case to which the skb belongs
22
* @len: size to allocate
23
+ * @gfp: allocation flags
24
*
- * Allocate a new struct sk_buff with GFP_KERNEL, zero fill the give length
25
+ * Allocate a new struct sk_buff with gfp flags, zero fill the given length
26
* and add it as a resource to the kunit test for automatic cleanup.
27
28
* Returns: newly allocated SKB, or %NULL on error
0 commit comments