HomeSort by: relevance | last modified time | path
    Searched defs:attach_mode (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/wsmoused/
wsmoused.c 103 static int attach_mode(const char *);
408 attach_mode(const char *name) function
458 if (attach_mode(p))
  /src/external/bsd/nsd/dist/
xdp-server.c 251 enum xdp_attach_mode attach_mode = XDP_MODE_UNSPEC; local
277 err = xdp_program__attach(xdp->bpf_prog, (int) xdp->interface_index, attach_mode, 0);
278 /* err = xdp_program__attach_single(xdp->bpf_prog, xdp->interface_index, attach_mode); */

Completed in 39 milliseconds