Home
last modified time | relevance | path

Searched refs:bpf_attach_xdp (Results 1 – 5 of 5) sorted by relevance

/external/bcc/src/python/bcc/
Dlibbcc.py116 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__.py662 res = lib.bpf_attach_xdp(dev, fn.fd, flags)
680 res = lib.bpf_attach_xdp(dev, -1, flags)
/external/bcc/src/cc/
Dlibbpf.h93 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags);
Dlibbpf.c1228 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags) { in bpf_attach_xdp() function
/external/bcc/src/cc/includes/
Dlibbpf.h93 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags);