Home
last modified time | relevance | path

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

/linux/Documentation/bpf/
H A Ddrgn.rst57 …XT new_get_skb_len linked:[650->16: BPF_TRAMP_REPLACE test_pkt_acc…
58 …XT new_get_skb_ifindex linked:[650->23: BPF_TRAMP_REPLACE test_pkt_acc…
59 …XT new_get_constant linked:[650->19: BPF_TRAMP_REPLACE test_pkt_acc…
67 …XT new_get_skb_len linked:[650->16: BPF_TRAMP_REPLACE test_pkt_acc…
70 ``new_get_skb_len`` replaces (``BPF_TRAMP_REPLACE``) function ``get_skb_len()``
/linux/kernel/bpf/
H A Dtrampoline.c527 return BPF_TRAMP_REPLACE; in bpf_attach_type_to_tramp()
568 if (kind == BPF_TRAMP_REPLACE) { in __bpf_trampoline_link_prog()
621 if (kind == BPF_TRAMP_REPLACE) { in __bpf_trampoline_unlink_prog()
/linux/include/linux/
H A Dbpf.h1267 BPF_TRAMP_REPLACE, /* more than MAX */ enumerator