On Tue, Feb 5, 2019 at 12:57 PM Stanislav Fomichev <[email protected]> wrote: > > __init_skb is essentially a version of __build_skb which accepts skb as > an argument (instead of doing kmem_cache_alloc to allocate it). > > __init_skb_shinfo initializes shinfo. > > No functional changes. > > Signed-off-by: Stanislav Fomichev <[email protected]>
Nice code deduplication :-)
