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:skb_proto
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_tc_dtime.c
99
static int
skb_proto
(int type)
in skb_proto()
function
224
if (
skb_proto
(skb_type) == IPPROTO_TCP) {
in egress_host()
326
if (
skb_proto
(skb_type) == IPPROTO_UDP)
in ingress_fwdns_prio101()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
H
A
D
ibmveth.c
1261
__be16
skb_proto
= 0;
in ibmveth_rx_csum_helper()
local
1266
skb_proto
= be16_to_cpu(skb->protocol);
in ibmveth_rx_csum_helper()
1268
if (
skb_proto
== ETH_P_IP) {
in ibmveth_rx_csum_helper()
1282
} else if (
skb_proto
== ETH_P_IPV6) {
in ibmveth_rx_csum_helper()
1307
if (
skb_proto
== ETH_P_IP)
in ibmveth_rx_csum_helper()
1310
else if (
skb_proto
== ETH_P_IPV6)
in ibmveth_rx_csum_helper()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/
H
A
D
ibmveth.c
1267
__be16
skb_proto
= 0;
in ibmveth_rx_csum_helper()
local
1272
skb_proto
= be16_to_cpu(skb->protocol);
in ibmveth_rx_csum_helper()
1274
if (
skb_proto
== ETH_P_IP) {
in ibmveth_rx_csum_helper()
1288
} else if (
skb_proto
== ETH_P_IPV6) {
in ibmveth_rx_csum_helper()
1315
if (
skb_proto
== ETH_P_IP)
in ibmveth_rx_csum_helper()
1319
else if (
skb_proto
== ETH_P_IPV6)
in ibmveth_rx_csum_helper()
Completed in 6 milliseconds