Lines Matching refs:bpf_text
68 bpf_text = """ variable
367 bpf_text += bpf_text_tracepoint
369 bpf_text += bpf_text_kprobe
373 bpf_text = bpf_text.replace('FILTER_PID', variable
378 bpf_text = bpf_text.replace('FILTER_DPORT', variable
383 bpf_text = bpf_text.replace('FILTER_LPORT', variable
385 bpf_text = bpf_text.replace('FILTER_PID', '') variable
386 bpf_text = bpf_text.replace('FILTER_DPORT', '') variable
387 bpf_text = bpf_text.replace('FILTER_LPORT', '') variable
390 print(bpf_text)
486 b = BPF(text=bpf_text)