Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dlibbpf.h121 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags);
Dlibbpf.c1584 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags) { in bpf_attach_xdp() function
/external/bcc/src/cc/includes/
Dlibbpf.h121 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags);
/external/bcc/src/python/bcc/
Dlibbcc.py159 lib.bpf_attach_xdp.restype = ct.c_int
160 lib.bpf_attach_xdp.argtypes = [ct.c_char_p, ct.c_int, ct.c_uint]
D__init__.py924 res = lib.bpf_attach_xdp(dev, fn.fd, flags)
942 res = lib.bpf_attach_xdp(dev, -1, flags)