OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tp_reserve
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/libpcap/dist/
pcap-linux.c
3067
unsigned int sk_type,
tp_reserve
, maclen, tp_hdrlen, netoff, macoff;
local
3079
tp_reserve
= VLAN_TAG_LEN;
3097
tp_reserve
+= SLL2_HDR_LEN - 16;
3103
len = sizeof(
tp_reserve
);
3105
&
tp_reserve
, len) < 0) {
3195
netoff = TPACKET_ALIGN(tp_hdrlen + (maclen < 16 ? 16 : maclen)) +
tp_reserve
;
3196
/* NOTE: AFAICS
tp_reserve
may break the TPACKET_ALIGN
Completed in 33 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026