On 2/20/22 10:34 PM, Dongli Zhang wrote: > This is to introduce kfree_skb_list_reason() to drop a list of sk_buff with > a specific reason. > > Cc: Joao Martins <joao.m.martins@xxxxxxxxxx> > Cc: Joe Jin <joe.jin@xxxxxxxxxx> > Signed-off-by: Dongli Zhang <dongli.zhang@xxxxxxxxxx> > --- > include/linux/skbuff.h | 2 ++ > net/core/skbuff.c | 11 +++++++++-- > 2 files changed, 11 insertions(+), 2 deletions(-) > > Reviewed-by: David Ahern <dsahern@xxxxxxxxxx>