Searched refs:bpf_attach_xdp (Results 1 – 5 of 5) sorted by relevance
/external/bcc/src/python/bcc/ |
D | libbcc.py | 116 lib.bpf_attach_xdp.restype = ct.c_int 117 lib.bpf_attach_xdp.argtypes = [ct.c_char_p, ct.c_int, ct.c_uint]
|
D | __init__.py | 662 res = lib.bpf_attach_xdp(dev, fn.fd, flags) 680 res = lib.bpf_attach_xdp(dev, -1, flags)
|
/external/bcc/src/cc/ |
D | libbpf.h | 93 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags);
|
D | libbpf.c | 1228 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags) { in bpf_attach_xdp() function
|
/external/bcc/src/cc/includes/ |
D | libbpf.h | 93 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags);
|