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

/netbsd-current/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) argument
88 LIST_INSERT_HEAD(rawcbhead, rp, rcb_list);
H A Draw_usrreq.c68 struct sockaddr *dst, struct rawcbhead *rawcbhead)
75 LIST_FOREACH(rp, rawcbhead, rcb_list) {
67 raw_input(struct mbuf *m0, struct sockproto *proto, struct sockaddr *src, struct sockaddr *dst, struct rawcbhead *rawcbhead) argument
H A Drtsock_shared.c181 static struct rawcbhead rt_rawcb;
/netbsd-current/sys/netipsec/
H A Dkeysock.c87 static struct rawcbhead key_rawcb;

Completed in 213 milliseconds