OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:w_tmem
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/compat/common/
rtsock_70.c
104
if (w->w_where && w->
w_tmem
&& w->w_needed <= 0) {
107
ifam = (struct ifa_msghdr70 *)w->
w_tmem
;
112
if ((error = copyout(w->
w_tmem
, w->w_where, len)) == 0)
rtsock_14.c
149
ifm = (struct if_msghdr14 *)w->
w_tmem
;
rtsock_50.c
126
ifm = (struct if_msghdr50 *)w->
w_tmem
;
/src/sys/net/
rtsock.c
215
if (w->w_where && w->
w_tmem
&& w->w_needed <= 0) {
216
struct rt_xmsghdr *rtm = (struct rt_xmsghdr *)w->
w_tmem
;
240
ifm = (struct if_xmsghdr *)w->
w_tmem
;
258
if (w->w_where && w->
w_tmem
&& w->w_needed <= 0) {
261
ifam = (struct ifa_xmsghdr *)w->
w_tmem
;
268
if ((error = copyout(w->
w_tmem
, w->w_where, len)) == 0)
323
if (w->w_where && w->
w_tmem
&& w->w_needed <= 0) {
420
w.
w_tmem
= NULL;
424
w.
w_tmem
= kmem_zalloc(w.w_tmemneeded, KM_SLEEP);
484
if (error == ENOBUFS && w.
w_tmem
== 0 && w.w_tmemneeded
[
all
...]
rtsock_shared.c
1319
* fills 'cp' or 'w'.
w_tmem
with the routing socket message and
1326
* into the temp space (
w_tmem
).
w_tmem
is [re]allocated if necessary,
1368
if (rw->
w_tmem
)
1369
kmem_free(rw->
w_tmem
, rw->w_tmemsize);
1370
rw->
w_tmem
= kmem_zalloc(len, KM_SLEEP);
1373
if (rw->
w_tmem
) {
1374
cp = rw->
w_tmem
;
route.h
389
void *
w_tmem
;
member in struct:rt_walkarg
if_llatbl.c
109
if (w->w_where && w->
w_tmem
&& w->w_needed <= 0) {
110
struct rt_msghdr *rtm = (struct rt_msghdr *)w->
w_tmem
;
Completed in 16 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025