OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wqinput
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netinet/
wqinput.h
1
/* $NetBSD:
wqinput
.h,v 1.1 2017/02/02 02:52:10 ozaki-r Exp $ */
38
struct
wqinput
;
39
struct
wqinput
*wqinput_create(const char *, void(*)(struct mbuf *, int, int));
40
void wqinput_input(struct
wqinput
*, struct mbuf *, int, int);
wqinput.c
1
/* $NetBSD:
wqinput
.c,v 1.8 2020/02/07 12:35:33 thorpej Exp $ */
47
#include <netinet/
wqinput
.h>
71
struct
wqinput
{
struct
79
static void wqinput_sysctl_setup(const char *, struct
wqinput
*);
95
struct
wqinput
*wqi;
114
wqinput_sysctl_setup(const char *name, struct
wqinput
*wqi)
120
CTLFLAG_PERMANENT, CTLTYPE_NODE, "
wqinput
",
135
SYSCTL_DESCR("
wqinput
input queue controls"),
176
struct
wqinput
*
179
struct
wqinput
*wqi
[
all
...]
ip_icmp.c
128
#include <netinet/
wqinput
.h>
180
static struct
wqinput
*icmp_wqinput;
ip_carp.c
73
#include <netinet/
wqinput
.h>
234
static struct
wqinput
*carp_wqinput;
237
static struct
wqinput
*carp6_wqinput;
/src/sys/netinet6/
icmp6.c
96
#include <netinet/
wqinput
.h>
210
static struct
wqinput
*icmp6_wqinput;
Completed in 18 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025