OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:l4csum
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixv.c
3160
const int
l4csum
= IFCAP_CSUM_TCPv4_Rx | IFCAP_CSUM_UDPv4_Rx |
local in function:ixv_ioctl
3248
l4csum_en = ifcr->ifcr_capenable &
l4csum
;
3249
if (l4csum_en !=
l4csum
&& l4csum_en != 0)
ixgbe.c
6533
const int
l4csum
= IFCAP_CSUM_TCPv4_Rx | IFCAP_CSUM_UDPv4_Rx |
local in function:ixgbe_ioctl
6623
l4csum_en = ifcr->ifcr_capenable &
l4csum
;
6624
if (l4csum_en !=
l4csum
&& l4csum_en != 0)
Completed in 18 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025