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:ipver
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
test_seg6_loop.c
58
uint8_t *
ipver
;
in get_srh()
local
62
ipver
= (uint8_t *)cursor;
in get_srh()
64
if ((void *)
ipver
+ sizeof(*
ipver
) > data_end)
in get_srh()
67
if ((*
ipver
>> 4) != 6)
in get_srh()
H
A
D
test_lwt_seg6local.c
58
uint8_t *
ipver
;
in get_srh()
local
62
ipver
= (uint8_t *)cursor;
in get_srh()
64
if ((void *)
ipver
+ sizeof(*
ipver
) > data_end)
in get_srh()
67
if ((*
ipver
>> 4) != 6)
in get_srh()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_seg6_loop.c
58
uint8_t *
ipver
;
in get_srh()
local
62
ipver
= (uint8_t *)cursor;
in get_srh()
64
if ((void *)
ipver
+ sizeof(*
ipver
) > data_end)
in get_srh()
67
if ((*
ipver
>> 4) != 6)
in get_srh()
H
A
D
test_lwt_seg6local.c
58
uint8_t *
ipver
;
in get_srh()
local
62
ipver
= (uint8_t *)cursor;
in get_srh()
64
if ((void *)
ipver
+ sizeof(*
ipver
) > data_end)
in get_srh()
67
if ((*
ipver
>> 4) != 6)
in get_srh()
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H
A
D
devlink_trap_l3_drops.sh
354
local
ipver
=$1; shift
360
)"$
ipver
"$( : IP version
378
local
ipver
=$1; shift
392
payload=$(ipv4_payload_get $
ipver
$ihl $checksum)
407
local
ipver
=$1; shift
411
)"$
ipver
"$( : IP version
426
local
ipver
=$1; shift
438
payload=$(ipv6_payload_get $
ipver
)
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H
A
D
devlink_trap_l3_drops.sh
355
local
ipver
=$1; shift
361
)"$
ipver
"$( : IP version
379
local
ipver
=$1; shift
393
payload=$(ipv4_payload_get $
ipver
$ihl $checksum)
408
local
ipver
=$1; shift
412
)"$
ipver
"$( : IP version
427
local
ipver
=$1; shift
439
payload=$(ipv6_payload_get $
ipver
)
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
udp_tunnel_nic.sh
52
local
ipver
=$4
57
[ "$
ipver
" != '6' ] && group=239.1.1.1 || group=fff1::1
58
[ "$
ipver
" != '6' ] || ipfl="-6"
78
local
ipver
=$3
83
[ "$
ipver
" != '6' ] && remote=1.1.1.2 || group=::2
84
[ "$
ipver
" != '6' ] || ipfl="-6"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
udp_tunnel_nic.sh
52
local
ipver
=$4
57
[ "$
ipver
" != '6' ] && group=239.1.1.1 || group=fff1::1
58
[ "$
ipver
" != '6' ] || ipfl="-6"
78
local
ipver
=$3
83
[ "$
ipver
" != '6' ] && remote=1.1.1.2 || group=::2
84
[ "$
ipver
" != '6' ] || ipfl="-6"
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
sctp.h
471
static inline int ipver2af(__u8
ipver
)
in ipver2af()
argument
473
switch (
ipver
) {
in ipver2af()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/crypto/
H
A
D
tls.c
153
nfp_net_tls_set_ipver_vlan(struct nfp_crypto_req_add_front *front, u8
ipver
)
in nfp_net_tls_set_ipver_vlan()
argument
155
front->ipver_vlan = cpu_to_be16(FIELD_PREP(NFP_NET_TLS_IPVER,
ipver
) |
in nfp_net_tls_set_ipver_vlan()
510
netdev_warn_once(netdev, "invalid TLS RX resync request (l3_off: %hhu l4_off: %hhu
ipver
: %u)\n",
in nfp_net_tls_rx_resync_req()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/crypto/
H
A
D
tls.c
153
nfp_net_tls_set_ipver_vlan(struct nfp_crypto_req_add_front *front, u8
ipver
)
in nfp_net_tls_set_ipver_vlan()
argument
155
front->ipver_vlan = cpu_to_be16(FIELD_PREP(NFP_NET_TLS_IPVER,
ipver
) |
in nfp_net_tls_set_ipver_vlan()
511
netdev_warn_once(netdev, "invalid TLS RX resync request (l3_off: %hhu l4_off: %hhu
ipver
: %u)\n",
in nfp_net_tls_rx_resync_req()
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
sctp.h
469
static inline int ipver2af(__u8
ipver
)
in ipver2af()
argument
471
switch (
ipver
) {
in ipver2af()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_nic.c
571
u8
ipver
= ip_hdr(skb)->version;
in aq_nic_map_skb()
local
579
if (
ipver
== 4)
in aq_nic_map_skb()
581
else if (
ipver
== 6)
in aq_nic_map_skb()
607
dx_buff->is_ipv6 = (
ipver
== 6);
in aq_nic_map_skb()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_nic.c
679
u8
ipver
= ip_hdr(skb)->version;
in aq_nic_map_skb()
local
687
if (
ipver
== 4)
in aq_nic_map_skb()
689
else if (
ipver
== 6)
in aq_nic_map_skb()
715
dx_buff->is_ipv6 = (
ipver
== 6);
in aq_nic_map_skb()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/
H
A
D
rtl8xxxu.h
266
u32
ipver
:1;
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H
A
D
rtl8xxxu.h
289
u32
ipver
:1;
member
Completed in 22 milliseconds