Searched refs:attach_xdp (Results 1 – 6 of 6) sorted by relevance
/external/bcc/examples/networking/xdp/ |
D | xdp_redirect_map.py | 88 b.attach_xdp(in_if, in_fn, flags) 89 b.attach_xdp(out_if, out_fn, flags)
|
D | xdp_redirect_cpu.py | 78 b.attach_xdp(in_if, in_fn, flags)
|
D | xdp_macswap_count.py | 160 b.attach_xdp(device, fn, flags)
|
D | xdp_drop_count.py | 131 b.attach_xdp(device, fn, flags)
|
/external/bcc/src/python/bcc/ |
D | __init__.py | 681 def attach_xdp(dev, fn, flags=0): member in BPF
|
/external/bcc/docs/ |
D | reference_guide.md | 856 b.attach_xdp("eth0", in_fn, 0) 857 b.attach_xdp("eth1", out_fn, 0)
|