D dwn.220.v.ua

dev_kfree_skb

Defined in 1 files: include/linux/skbuff.h, line (as a macro). Referenced i...

📦 .zip⚖️ 89.7 MB📅 02 Feb 2026

Defined in 1 files: include/linux/skbuff.h, line (as a macro). Referenced in files: arch/ia64/hp/sim/simeth.c, line · arch/m68k/emu/nfeth.c, line

⬇ Download Full Version

Free a buffer. The kfree_skb call is used internally by the kernel. A drive...

📦 .zip⚖️ 76.5 MB📅 25 Nov 2025

Free a buffer. The kfree_skb call is used internally by the kernel. A driver should use one of the forms of dev_kfree_skb instead: dev_kfree_skb for noninterrupt.

⬇ Download Full Version

From: Wei Yongjun Replace dev_kfree_skb with dev_kfree_skb_any in mtk_start...

📦 .zip⚖️ 85.7 MB📅 22 Dec 2025

From: Wei Yongjun Replace dev_kfree_skb with dev_kfree_skb_any in mtk_start_xmit() which can be called.

⬇ Download Full Version

From: Wei Yongjun Replace dev_kfree_skb with dev_kfree_skb_any in mtk_start...

📦 .zip⚖️ 39.6 MB📅 24 Mar 2026

From: Wei Yongjun Replace dev_kfree_skb with dev_kfree_skb_any in mtk_start_xmit() which can be called from hard irq context.

⬇ Download Full Version

rtl_tx_interrupt() is used from NAPI context, it can directly free skbs. de...

📦 .zip⚖️ 75.6 MB📅 11 Mar 2026

rtl_tx_interrupt() is used from NAPI context, it can directly free skbs. dev_kfree_skb_irq() is a leftover from pre-NAPI times of this driver. Signed-off-by: Eric.

⬇ Download Full Version

Several "Warning: kfree_skb on hard IRQ" messages have been obser...

📦 .zip⚖️ 29.4 MB📅 22 Sep 2025

Several "Warning: kfree_skb on hard IRQ" messages have been observed from the net/ee driver, e_clean_jumbo_rx_irq() routine calling.

⬇ Download Full Version

Romieu Subject: [PATCH 1/2] cp: Use dev_kfree_skb_any() instead of dev_kfre...

📦 .zip⚖️ 15.1 MB📅 20 May 2026

Romieu Subject: [PATCH 1/2] cp: Use dev_kfree_skb_any() instead of dev_kfree_skb() in cp_clean_rings() This.

⬇ Download Full Version

void kfree_skb(struct sk_buff *skb); void dev_kfree_skb(struct sk_buff *skb...

📦 .zip⚖️ 38.7 MB📅 09 Sep 2025

void kfree_skb(struct sk_buff *skb); void dev_kfree_skb(struct sk_buff *skb); void dev_kfree_skb_irq(struct sk_buff *skb); void dev_kfree_skb_any(struct sk_buff.

⬇ Download Full Version

dev_kfree_skb() simply frees an skb. Hence cant we use it to release an skb...

📦 .zip⚖️ 108.9 MB📅 23 Feb 2026

dev_kfree_skb() simply frees an skb. Hence cant we use it to release an skb in interrupt context? What's special about dev_kfree_skb_irq().

⬇ Download Full Version

Hi, with kernels >= dev_kfree_skb() is just an alias for kfree_skb(). Sh...

📦 .zip⚖️ 23.8 MB📅 15 Apr 2026

Hi, with kernels >= dev_kfree_skb() is just an alias for kfree_skb(). Should network device drivers continue to use the dev_kfree_skb().

⬇ Download Full Version

[PATCH net-next] mlx4: use dev_kfree_skb() instead of dev_kfree_skb_any() —...

📦 .zip⚖️ 59.3 MB📅 05 Feb 2026

[PATCH net-next] mlx4: use dev_kfree_skb() instead of dev_kfree_skb_any() — Linux Network Development.

⬇ Download Full Version

Freeing memory: kfree_skb and dev_kfree_skb These two functions release a b...

📦 .zip⚖️ 116.4 MB📅 20 Nov 2025

Freeing memory: kfree_skb and dev_kfree_skb These two functions release a buffer, which results in its return to the buffer pool (cache). kfree_skb is both called.

⬇ Download Full Version

Hi, what are the possible implications of calling dev_kfree_skb_irq from no...

📦 .zip⚖️ 61.2 MB📅 23 Jan 2026

Hi, what are the possible implications of calling dev_kfree_skb_irq from non-interrupt context or calling dev_kfree_skb from interrupt context?

⬇ Download Full Version

kfree_skb dev_kfree_skb dev_kfree_skb dev_alloc_skb kfree_skb skb->users...

📦 .zip⚖️ 72.7 MB📅 01 Feb 2026

kfree_skb dev_kfree_skb dev_kfree_skb dev_alloc_skb kfree_skb skb->users 1 dev_kfree_skb kfree_skb 33 sk_buff dst_entry reference sk_buff dst_release.

⬇ Download Full Version

[PATCH -next] net: ethernet: mediatek: use dev_kfree_skb_any instead of dev...

📦 .zip⚖️ 106.6 MB📅 23 Jan 2026

[PATCH -next] net: ethernet: mediatek: use dev_kfree_skb_any instead of dev_kfree_skb. David Miller davem at dwn.220.v.ua Thu Oct

⬇ Download Full Version