OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextrecord
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/
kttcp.c
360
struct mbuf *
nextrecord
;
local in function:kttcp_soreceive
455
* info, we save a copy of m->m_nextpkt into
nextrecord
.
464
nextrecord
= m->m_nextpkt;
490
* the last packet on the chain (
nextrecord
== NULL) and we
495
m->m_nextpkt =
nextrecord
;
497
* If
nextrecord
== NULL (this is a single chain),
501
if (
nextrecord
== NULL) {
512
so->so_rcv.sb_mb =
nextrecord
;
553
nextrecord
= m->m_nextpkt;
569
m->m_nextpkt =
nextrecord
;
[
all
...]
/src/sys/net/
if_gre.c
559
struct mbuf *
nextrecord
;
local in function:gre_soreceive
599
* info, we save a copy of m->m_nextpkt into
nextrecord
.
606
nextrecord
= m->m_nextpkt;
630
* the last packet on the chain (
nextrecord
== NULL) and we
634
m->m_nextpkt =
nextrecord
;
636
* If
nextrecord
== NULL (this is a single chain),
640
if (
nextrecord
== NULL) {
649
so->so_rcv.sb_mb =
nextrecord
;
678
nextrecord
= m->m_nextpkt;
690
m->m_nextpkt =
nextrecord
;
[
all
...]
/src/sys/kern/
uipc_socket.c
1111
* consistently. '
nextrecord
' is the caller's locally stored value of
1113
* when the lead mbuf changes. NOTE: '
nextrecord
' may be NULL.
1116
sbsync(struct sockbuf *sb, struct mbuf *
nextrecord
)
1122
* First, update for the new value of
nextrecord
. If necessary,
1126
sb->sb_mb->m_nextpkt =
nextrecord
;
1128
sb->sb_mb =
nextrecord
;
1170
struct mbuf *
nextrecord
;
local in function:soreceive
1299
* From this point onward, we maintain '
nextrecord
' as a cache of the
1318
nextrecord
= m->m_nextpkt;
1338
sbsync(&so->so_rcv,
nextrecord
);
[
all
...]
Completed in 122 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025