Searched refs:bpf_attach_xdp (Results 1 – 5 of 5) sorted by relevance
/external/bcc/src/python/bcc/ |
D | libbcc.py | 117 lib.bpf_attach_xdp.restype = ct.c_int 118 lib.bpf_attach_xdp.argtypes = [ct.c_char_p, ct.c_int, ct.c_uint]
|
D | __init__.py | 689 res = lib.bpf_attach_xdp(dev, fn.fd, flags) 707 res = lib.bpf_attach_xdp(dev, -1, flags)
|
/external/bcc/src/cc/includes/ |
D | libbpf.h | 93 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t 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 | 1278 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags) { in bpf_attach_xdp() function
|