Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkfree_skb.c82 link = bpf_program__attach_raw_tracepoint(skel->progs.trace_kfree_skb, NULL); in serial_test_kfree_skb()
85 skel->links.trace_kfree_skb = link; in serial_test_kfree_skb()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dkfree_skb.c61 int BPF_PROG(trace_kfree_skb, struct sk_buff *skb, void *location) in BPF_PROG() argument
/openbmc/linux/net/core/
H A Dskbuff.c1086 trace_kfree_skb(skb, __builtin_return_address(0), reason); in __kfree_skb_reason()
H A Ddev.c5177 trace_kfree_skb(skb, net_tx_action, in net_tx_action()