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:tel
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ip6_tunnel.c
462
struct ipv6_tlv_tnl_enc_lim *
tel
;
in ip6_tnl_parse_tlv_enc_lim()
local
465
if (i + sizeof(*
tel
) > optlen)
in ip6_tnl_parse_tlv_enc_lim()
468
tel
= (struct ipv6_tlv_tnl_enc_lim *)(skb->data + off + i);
in ip6_tnl_parse_tlv_enc_lim()
470
if (
tel
->type == IPV6_TLV_TNL_ENCAP_LIMIT &&
in ip6_tnl_parse_tlv_enc_lim()
471
tel
->length == 1)
in ip6_tnl_parse_tlv_enc_lim()
474
if (
tel
->type)
in ip6_tnl_parse_tlv_enc_lim()
475
i +=
tel
->length + 2;
in ip6_tnl_parse_tlv_enc_lim()
539
struct ipv6_tlv_tnl_enc_lim *
tel
;
in ip6_tnl_err()
local
547
tel
= (struct ipv6_tlv_tnl_enc_lim *) &skb->data[teli];
in ip6_tnl_err()
548
if (
tel
in ip6_tnl_err()
1369
struct ipv6_tlv_tnl_enc_lim *
tel
;
ipxip6_tnl_xmit()
local
[all...]
H
A
D
ip6_gre.c
456
struct ipv6_tlv_tnl_enc_lim *
tel
;
in ip6gre_err()
local
464
tel
= (struct ipv6_tlv_tnl_enc_lim *) &skb->data[teli];
in ip6gre_err()
465
if (
tel
->encap_limit == 0) {
in ip6gre_err()
676
struct ipv6_tlv_tnl_enc_lim *
tel
;
in prepare_ip6gre_xmit_ipv6()
local
678
tel
= (struct ipv6_tlv_tnl_enc_lim *)&skb_network_header(skb)[offset];
in prepare_ip6gre_xmit_ipv6()
679
if (
tel
->encap_limit == 0) {
in prepare_ip6gre_xmit_ipv6()
684
*encap_limit =
tel
->encap_limit - 1;
in prepare_ip6gre_xmit_ipv6()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ip6_tunnel.c
434
struct ipv6_tlv_tnl_enc_lim *
tel
;
in ip6_tnl_parse_tlv_enc_lim()
local
437
if (i + sizeof(*
tel
) > optlen)
in ip6_tnl_parse_tlv_enc_lim()
440
tel
= (struct ipv6_tlv_tnl_enc_lim *)(skb->data + off + i);
in ip6_tnl_parse_tlv_enc_lim()
442
if (
tel
->type == IPV6_TLV_TNL_ENCAP_LIMIT &&
in ip6_tnl_parse_tlv_enc_lim()
443
tel
->length == 1)
in ip6_tnl_parse_tlv_enc_lim()
446
if (
tel
->type)
in ip6_tnl_parse_tlv_enc_lim()
447
i +=
tel
->length + 2;
in ip6_tnl_parse_tlv_enc_lim()
506
struct ipv6_tlv_tnl_enc_lim *
tel
;
in ip6_tnl_err()
local
514
tel
= (struct ipv6_tlv_tnl_enc_lim *) &skb->data[teli];
in ip6_tnl_err()
515
if (
tel
in ip6_tnl_err()
1347
struct ipv6_tlv_tnl_enc_lim *
tel
;
ipxip6_tnl_xmit()
local
[all...]
H
A
D
ip6_gre.c
451
struct ipv6_tlv_tnl_enc_lim *
tel
;
in ip6gre_err()
local
459
tel
= (struct ipv6_tlv_tnl_enc_lim *) &skb->data[teli];
in ip6gre_err()
460
if (
tel
->encap_limit == 0) {
in ip6gre_err()
671
struct ipv6_tlv_tnl_enc_lim *
tel
;
in prepare_ip6gre_xmit_ipv6()
local
673
tel
= (struct ipv6_tlv_tnl_enc_lim *)&skb_network_header(skb)[offset];
in prepare_ip6gre_xmit_ipv6()
674
if (
tel
->encap_limit == 0) {
in prepare_ip6gre_xmit_ipv6()
679
*encap_limit =
tel
->encap_limit - 1;
in prepare_ip6gre_xmit_ipv6()
Completed in 10 milliseconds