Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dkfree_skb.c61 int BPF_PROG(trace_kfree_skb, struct sk_buff *skb, void *location) in BPF_PROG() argument
/Linux-v5.10/net/core/
Dskbuff.c695 trace_kfree_skb(skb, __builtin_return_address(0)); in kfree_skb()
Ddev.c4880 trace_kfree_skb(skb, net_tx_action); in net_tx_action()