kunit_zalloc_skb
skb = kunit_zalloc_skb(test, 128, GFP_KERNEL);
rx.skb = kunit_zalloc_skb(test, 128, GFP_KERNEL);
struct sk_buff *parent = kunit_zalloc_skb(test, 1024, GFP_KERNEL);
struct sk_buff *child = kunit_zalloc_skb(test, 1024, GFP_KERNEL);
struct sk_buff *reference = kunit_zalloc_skb(test, 1024, GFP_KERNEL);
struct sk_buff *malformed = kunit_zalloc_skb(test, 1024, GFP_KERNEL);
struct sk_buff *input = kunit_zalloc_skb(test, 1024, GFP_KERNEL);
struct sk_buff *input = kunit_zalloc_skb(test, 1024, GFP_KERNEL);