HomeSort by relevance Sort by last modified time
    Searched refs:bpf_attach_xdp (Results 1 - 4 of 4) sorted by null

  /external/bcc/src/cc/
libbpf.h 93 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags);
libbpf.c 1228 int bpf_attach_xdp(const char *dev_name, int progfd, uint32_t flags) { function
    [all...]
  /external/bcc/src/python/bcc/
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]
__init__.py 662 res = lib.bpf_attach_xdp(dev, fn.fd, flags)
680 res = lib.bpf_attach_xdp(dev, -1, flags)
    [all...]

Completed in 68 milliseconds