Home
last modified time | relevance | path

Searched refs:linuxkpi_skb_memlimit (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_skbuff.c75 static int linuxkpi_skb_memlimit; variable
77 &linuxkpi_skb_memlimit, 0, "SKB memory limit: 0=no limit, "
95 if (__predict_true(linuxkpi_skb_memlimit == 0)) { in linuxkpi_alloc_skb()
100 switch (linuxkpi_skb_memlimit) { in linuxkpi_alloc_skb()
262 if (__predict_true(linuxkpi_skb_memlimit == 0)) in linuxkpi_kfree_skb()