| commit | e57a6320215c3967f51ab0edeff87db2095440e4 | [log] [tgz] |
|---|---|---|
| author | Kuniyuki Iwashima <kuniyu@amazon.com> | Mon Feb 17 11:11:27 2025 -0800 |
| committer | Jakub Kicinski <kuba@kernel.org> | Tue Feb 18 18:33:29 2025 -0800 |
| tree | 8e6775ea09f53dfce1e7fbca09991804c05aba65 | |
| parent | f6093c5ec74d5cc495f89bd359253d9c738d04d9 [diff] |
net: Add net_passive_inc() and net_passive_dec(). net_drop_ns() is NULL when CONFIG_NET_NS is disabled. The next patch introduces a function that increments and decrements net->passive. As a prep, let's rename and export net_free() to net_passive_dec() and add net_passive_inc(). Suggested-by: Eric Dumazet <edumazet@google.com> Link: https://lore.kernel.org/netdev/CANn89i+oUCt2VGvrbrweniTendZFEh+nwS=uonc004-aPkWy-Q@mail.gmail.com/ Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Link: https://patch.msgid.link/20250217191129.19967-2-kuniyu@amazon.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>