Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Draw_cb.h62 LIST_HEAD(rawcbhead, rawcb);
64 int raw_attach(struct socket *, int, struct rawcbhead *);
69 struct sockaddr *, struct rawcbhead *);
H A Draw_cb.c67 raw_attach(struct socket *so, int proto, struct rawcbhead *rawcbhead) in raw_attach() argument
88 LIST_INSERT_HEAD(rawcbhead, rp, rcb_list); in raw_attach()
H A Draw_usrreq.c68 struct sockaddr *dst, struct rawcbhead *rawcbhead) in raw_input() argument
75 LIST_FOREACH(rp, rawcbhead, rcb_list) { in raw_input()
H A Drtsock_shared.c181 static struct rawcbhead rt_rawcb;
/netbsd-src/sys/netipsec/
H A Dkeysock.c87 static struct rawcbhead key_rawcb;