OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aftercut
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dist/pf/net/
pf_norm.c
437
u_int16_t
aftercut
;
local in function:pf_reassemble
439
aftercut
= ip_len + off - FR_IP_OFF(frea);
440
DPFPRINTF(("adjust overlap %d\n",
aftercut
));
441
if (
aftercut
< ntohs(frea->fr_ip->ip_len) - frea->fr_ip->ip_hl
445
htons(ntohs(frea->fr_ip->ip_len) -
aftercut
);
447
(
aftercut
>> 3));
448
m_adj(frea->fr_m,
aftercut
);
711
int
aftercut
;
local in function:pf_fragcache
714
aftercut
= frmax - fra->fr_off;
715
if (
aftercut
== 0)
[
all
...]
pf_norm.c
437
u_int16_t
aftercut
;
local in function:pf_reassemble
439
aftercut
= ip_len + off - FR_IP_OFF(frea);
440
DPFPRINTF(("adjust overlap %d\n",
aftercut
));
441
if (
aftercut
< ntohs(frea->fr_ip->ip_len) - frea->fr_ip->ip_hl
445
htons(ntohs(frea->fr_ip->ip_len) -
aftercut
);
447
(
aftercut
>> 3));
448
m_adj(frea->fr_m,
aftercut
);
711
int
aftercut
;
local in function:pf_fragcache
714
aftercut
= frmax - fra->fr_off;
715
if (
aftercut
== 0)
[
all
...]
Completed in 22 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025