Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:pkt_hdr
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/net/vmw_vsock/
H
A
D
virtio_transport_common.c
114
struct virtio_vsock_hdr *
pkt_hdr
;
in virtio_transport_build_skb()
local
125
pkt_hdr
= virtio_vsock_hdr(pkt);
in virtio_transport_build_skb()
129
skb = alloc_skb(sizeof(*hdr) + sizeof(*
pkt_hdr
) + payload_len,
in virtio_transport_build_skb()
137
hdr->src_cid =
pkt_hdr
->src_cid;
in virtio_transport_build_skb()
138
hdr->src_port =
pkt_hdr
->src_port;
in virtio_transport_build_skb()
139
hdr->dst_cid =
pkt_hdr
->dst_cid;
in virtio_transport_build_skb()
140
hdr->dst_port =
pkt_hdr
->dst_port;
in virtio_transport_build_skb()
143
hdr->len = cpu_to_le16(sizeof(*
pkt_hdr
));
in virtio_transport_build_skb()
146
switch (le16_to_cpu(
pkt_hdr
->op)) {
in virtio_transport_build_skb()
167
skb_put_data(skb,
pkt_hdr
, sizeo
in virtio_transport_build_skb()
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
ax88179_178a.c
1447
ax88179_rx_checksum(struct sk_buff *skb, u32 *
pkt_hdr
)
in ax88179_rx_checksum()
argument
1452
if ((*
pkt_hdr
& AX_RXHDR_L3CSUM_ERR) ||
in ax88179_rx_checksum()
1453
(*
pkt_hdr
& AX_RXHDR_L4CSUM_ERR))
in ax88179_rx_checksum()
1457
if (((*
pkt_hdr
& AX_RXHDR_L4_TYPE_MASK) == AX_RXHDR_L4_TYPE_TCP) ||
in ax88179_rx_checksum()
1458
((*
pkt_hdr
& AX_RXHDR_L4_TYPE_MASK) == AX_RXHDR_L4_TYPE_UDP))
in ax88179_rx_checksum()
1468
u32 *
pkt_hdr
;
in ax88179_rx_fixup()
local
1525
pkt_hdr
= (u32 *)(skb->data + hdr_off);
in ax88179_rx_fixup()
1530
for (; pkt_cnt > 0; pkt_cnt--,
pkt_hdr
++) {
in ax88179_rx_fixup()
1534
le32_to_cpus(
pkt_hdr
);
in ax88179_rx_fixup()
1535
pkt_len = (*
pkt_hdr
>> 1
in ax88179_rx_fixup()
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
ax88179_178a.c
1341
ax88179_rx_checksum(struct sk_buff *skb, u32 *
pkt_hdr
)
in ax88179_rx_checksum()
argument
1346
if ((*
pkt_hdr
& AX_RXHDR_L3CSUM_ERR) ||
in ax88179_rx_checksum()
1347
(*
pkt_hdr
& AX_RXHDR_L4CSUM_ERR))
in ax88179_rx_checksum()
1351
if (((*
pkt_hdr
& AX_RXHDR_L4_TYPE_MASK) == AX_RXHDR_L4_TYPE_TCP) ||
in ax88179_rx_checksum()
1352
((*
pkt_hdr
& AX_RXHDR_L4_TYPE_MASK) == AX_RXHDR_L4_TYPE_UDP))
in ax88179_rx_checksum()
1362
u32 *
pkt_hdr
;
in ax88179_rx_fixup()
local
1419
pkt_hdr
= (u32 *)(skb->data + hdr_off);
in ax88179_rx_fixup()
1424
for (; pkt_cnt > 0; pkt_cnt--,
pkt_hdr
++) {
in ax88179_rx_fixup()
1428
le32_to_cpus(
pkt_hdr
);
in ax88179_rx_fixup()
1429
pkt_len = (*
pkt_hdr
>> 1
in ax88179_rx_fixup()
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
solos-pci.c
84
struct
pkt_hdr
{
struct
188
struct
pkt_hdr
*header;
in solos_param_show()
243
struct
pkt_hdr
*header;
in solos_param_store()
468
struct
pkt_hdr
*header;
in send_command()
773
struct
pkt_hdr
_hdr, *header;
in solos_bh()
922
struct
pkt_hdr
*header;
in popen()
956
struct
pkt_hdr
*header;
in pclose()
1106
struct
pkt_hdr
*header = (void *)oldskb->data;
in fpga_tx()
1140
struct
pkt_hdr
*header;
in psend()
1358
struct
pkt_hdr
*heade
in atm_init()
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
solos-pci.c
84
struct
pkt_hdr
{
struct
188
struct
pkt_hdr
*header;
in solos_param_show()
243
struct
pkt_hdr
*header;
in solos_param_store()
468
struct
pkt_hdr
*header;
in send_command()
773
struct
pkt_hdr
_hdr, *header;
in solos_bh()
922
struct
pkt_hdr
*header;
in popen()
956
struct
pkt_hdr
*header;
in pclose()
1106
struct
pkt_hdr
*header = (void *)oldskb->data;
in fpga_tx()
1140
struct
pkt_hdr
*header;
in psend()
1358
struct
pkt_hdr
*heade
in atm_init()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_iwarp.h
56
dma_addr_t
pkt_hdr
;
member
H
A
D
qed_iwarp.c
1872
fpdu->
pkt_hdr
= buf->data_phys_addr + placement_offset;
in qed_iwarp_init_fpdu()
1931
/* fpdu->
pkt_hdr
remains as is */
in qed_iwarp_cp_pkt()
1996
tx_pkt.first_frag = fpdu->
pkt_hdr
;
in qed_iwarp_recycle_pkt()
2029
tx_pkt.first_frag = fpdu->
pkt_hdr
;
in qed_iwarp_win_right_edge()
2082
tx_pkt.first_frag = fpdu->
pkt_hdr
;
in qed_iwarp_send_fpdu()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_iwarp.h
56
dma_addr_t
pkt_hdr
;
member
H
A
D
qed_iwarp.c
1872
fpdu->
pkt_hdr
= buf->data_phys_addr + placement_offset;
in qed_iwarp_init_fpdu()
1931
/* fpdu->
pkt_hdr
remains as is */
in qed_iwarp_cp_pkt()
1996
tx_pkt.first_frag = fpdu->
pkt_hdr
;
in qed_iwarp_recycle_pkt()
2029
tx_pkt.first_frag = fpdu->
pkt_hdr
;
in qed_iwarp_win_right_edge()
2082
tx_pkt.first_frag = fpdu->
pkt_hdr
;
in qed_iwarp_send_fpdu()
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_req.h
277
* - 16B
pkt_hdr
310
* struct
pkt_hdr
- Packet Input Header
326
union
pkt_hdr
{
union
401
union
pkt_hdr
irh;
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H
A
D
kinect.c
28
struct
pkt_hdr
{
struct
383
struct
pkt_hdr
*hdr = (void *)__data;
in sd_pkt_scan()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H
A
D
kinect.c
28
struct
pkt_hdr
{
struct
383
struct
pkt_hdr
*hdr = (void *)__data;
in sd_pkt_scan()
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_req.h
278
* - 16B
pkt_hdr
312
* struct
pkt_hdr
- Packet Input Header
328
union
pkt_hdr
{
union
405
union
pkt_hdr
irh;
Completed in 22 milliseconds