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:next_hdr
(Results
1 - 25
of
46
) sorted by relevance
1
2
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/rmnet/
H
A
D
rmnet_map_data.c
308
/* Set
next_hdr
bit for csum offload packets */
in rmnet_map_add_map_header()
345
struct rmnet_map_v5_csum_header *
next_hdr
= NULL;
in rmnet_map_deaggregate()
local
362
packet_len += sizeof(*
next_hdr
);
in rmnet_map_deaggregate()
364
next_hdr
= data + sizeof(*maph);
in rmnet_map_deaggregate()
378
if (
next_hdr
) {
in rmnet_map_deaggregate()
379
nexthdr_type = u8_get_bits(
next_hdr
->header_info,
in rmnet_map_deaggregate()
496
struct rmnet_map_v5_csum_header *
next_hdr
;
in rmnet_map_process_next_hdr_packet()
local
499
next_hdr
= (struct rmnet_map_v5_csum_header *)(skb->data +
in rmnet_map_process_next_hdr_packet()
502
nexthdr_type = u8_get_bits(
next_hdr
->header_info,
in rmnet_map_process_next_hdr_packet()
510
} else if (
next_hdr
in rmnet_map_process_next_hdr_packet()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_ipv6/
H
A
D
ip6t_srh.h
44
* @
next_hdr
: Next header field of SRH
54
__u8
next_hdr
;
member
65
* @
next_hdr
: Next header field of SRH
81
__u8
next_hdr
;
member
/kernel/linux/linux-6.6/include/uapi/linux/netfilter_ipv6/
H
A
D
ip6t_srh.h
44
* @
next_hdr
: Next header field of SRH
54
__u8
next_hdr
;
member
65
* @
next_hdr
: Next header field of SRH
81
__u8
next_hdr
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_ipv6/
H
A
D
ip6t_srh.h
54
__u8
next_hdr
;
member
63
__u8
next_hdr
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_ipv6/
H
A
D
ip6t_srh.h
41
__u8
next_hdr
;
member
50
__u8
next_hdr
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter_ipv6/
H
A
D
ip6t_srh.h
54
__u8
next_hdr
;
member
63
__u8
next_hdr
;
member
/kernel/linux/linux-5.10/net/sctp/
H
A
D
endpointola.c
351
struct sctp_chunkhdr *
next_hdr
;
in sctp_endpoint_bh_rcv()
local
353
next_hdr
= sctp_inq_peek(inqueue);
in sctp_endpoint_bh_rcv()
354
if (!
next_hdr
)
in sctp_endpoint_bh_rcv()
362
if (
next_hdr
->type == SCTP_CID_COOKIE_ECHO) {
in sctp_endpoint_bh_rcv()
H
A
D
associola.c
997
struct sctp_chunkhdr *
next_hdr
;
in sctp_assoc_bh_rcv()
local
999
next_hdr
= sctp_inq_peek(inqueue);
in sctp_assoc_bh_rcv()
1000
if (!
next_hdr
)
in sctp_assoc_bh_rcv()
1008
if (
next_hdr
->type == SCTP_CID_COOKIE_ECHO) {
in sctp_assoc_bh_rcv()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
endpointola.c
356
struct sctp_chunkhdr *
next_hdr
;
in sctp_endpoint_bh_rcv()
local
358
next_hdr
= sctp_inq_peek(inqueue);
in sctp_endpoint_bh_rcv()
359
if (!
next_hdr
)
in sctp_endpoint_bh_rcv()
367
if (
next_hdr
->type == SCTP_CID_COOKIE_ECHO) {
in sctp_endpoint_bh_rcv()
H
A
D
associola.c
1005
struct sctp_chunkhdr *
next_hdr
;
in sctp_assoc_bh_rcv()
local
1007
next_hdr
= sctp_inq_peek(inqueue);
in sctp_assoc_bh_rcv()
1008
if (!
next_hdr
)
in sctp_assoc_bh_rcv()
1016
if (
next_hdr
->type == SCTP_CID_COOKIE_ECHO) {
in sctp_assoc_bh_rcv()
/kernel/linux/linux-5.10/net/core/
H
A
D
lwt_bpf.c
537
void *
next_hdr
;
in handle_gso_encap()
local
550
next_hdr
= skb_network_header(skb) + next_hdr_offset;
in handle_gso_encap()
554
next_hdr
= skb_network_header(skb) + next_hdr_offset;
in handle_gso_encap()
563
if (((struct gre_base_hdr *)
next_hdr
)->flags & GRE_CSUM)
in handle_gso_encap()
573
if (((struct udphdr *)
next_hdr
)->check)
in handle_gso_encap()
/kernel/linux/linux-6.6/net/core/
H
A
D
lwt_bpf.c
538
void *
next_hdr
;
in handle_gso_encap()
local
551
next_hdr
= skb_network_header(skb) + next_hdr_offset;
in handle_gso_encap()
555
next_hdr
= skb_network_header(skb) + next_hdr_offset;
in handle_gso_encap()
564
if (((struct gre_base_hdr *)
next_hdr
)->flags & GRE_CSUM)
in handle_gso_encap()
574
if (((struct udphdr *)
next_hdr
)->check)
in handle_gso_encap()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H
A
D
ip6t_srh.c
50
!(srh->nexthdr == srhinfo->
next_hdr
)))
in srh_mt6()
144
!(srh->nexthdr == srhinfo->
next_hdr
)))
in srh1_mt6()
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H
A
D
ip6t_srh.c
50
!(srh->nexthdr == srhinfo->
next_hdr
)))
in srh_mt6()
144
!(srh->nexthdr == srhinfo->
next_hdr
)))
in srh1_mt6()
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H
A
D
crypto4xx_reg_def.h
247
u32
next_hdr
:8;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_protocol_type.h
165
u8
next_hdr
;
member
/kernel/linux/linux-6.6/drivers/crypto/amcc/
H
A
D
crypto4xx_reg_def.h
247
u32
next_hdr
:8;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/
H
A
D
pvrdma_verbs.h
196
u8
next_hdr
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H
A
D
qib_ruc.c
191
/*
next_hdr
is defined by C8-7 in ch. 8.4.1 */
in qib_make_grh()
192
hdr->
next_hdr
= IB_GRH_NEXT_HDR;
in qib_make_grh()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
uverbs_std_types_flow_action.c
136
.
next_hdr
= 0xff,
in parse_esp_ip()
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/
H
A
D
pvrdma_verbs.h
161
u8
next_hdr
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H
A
D
qib_ruc.c
191
/*
next_hdr
is defined by C8-7 in ch. 8.4.1 */
in qib_make_grh()
192
hdr->
next_hdr
= IB_GRH_NEXT_HDR;
in qib_make_grh()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
check-integrity.c
1042
struct btrfs_header *const
next_hdr
=
in btrfsic_process_metablock()
local
1061
next_stack->hdr =
next_hdr
;
in btrfsic_process_metablock()
1140
struct btrfs_header *const
next_hdr
=
in btrfsic_process_metablock()
local
1154
next_stack->hdr =
next_hdr
;
in btrfsic_process_metablock()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
check-integrity.c
990
struct btrfs_header *const
next_hdr
=
in btrfsic_process_metablock()
local
1009
next_stack->hdr =
next_hdr
;
in btrfsic_process_metablock()
1089
struct btrfs_header *const
next_hdr
=
in btrfsic_process_metablock()
local
1103
next_stack->hdr =
next_hdr
;
in btrfsic_process_metablock()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
driver.c
303
if (grh->
next_hdr
!= IB_GRH_NEXT_HDR)
in rcv_hdrerr()
1538
if (packet->grh->
next_hdr
!= IB_GRH_NEXT_HDR)
in hfi1_setup_9B_packet()
1612
if (packet->grh->
next_hdr
!= IB_GRH_NEXT_HDR)
in hfi1_setup_bypass_packet()
Completed in 35 milliseconds
1
2