OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipqe
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
ip_reass.c
218
ip_reass(ipfr_qent_t *
ipqe
, ipfr_queue_t *fp, const u_int hash)
220
struct ip *ip =
ipqe
->ipqe_ip;
222
struct mbuf *m =
ipqe
->ipqe_m, *t;
280
if (q->ipqe_off >
ipqe
->ipqe_off)
299
i = p->ipqe_off + p->ipqe_len -
ipqe
->ipqe_off;
301
if (i >=
ipqe
->ipqe_len) {
304
m_adj(
ipqe
->ipqe_m, i);
305
ipqe
->ipqe_off =
ipqe
->ipqe_off + i;
306
ipqe
->ipqe_len = ipqe->ipqe_len - i
624
ipfr_qent_t *
ipqe
;
local in function:ip_reass_packet
[
all
...]
tcp_input.c
429
struct ipqent *
ipqe
;
local in function:tcpipqent_alloc
433
ipqe
= pool_get(&tcpipqent_pool, PR_NOWAIT);
436
return
ipqe
;
440
tcpipqent_free(struct ipqent *
ipqe
)
445
pool_put(&tcpipqent_pool,
ipqe
);
Completed in 48 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025