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:ifmp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/
H
A
D
vxcan.c
173
struct ifinfomsg *
ifmp
= NULL;
in vxcan_newlink()
local
181
ifmp
= nla_data(nla_peer);
in vxcan_newlink()
189
if (
ifmp
&& tbp[IFLA_IFNAME]) {
in vxcan_newlink()
208
if (
ifmp
&& dev->ifindex)
in vxcan_newlink()
209
peer->ifindex =
ifmp
->ifi_index;
in vxcan_newlink()
221
err = rtnl_configure_link(peer,
ifmp
);
in vxcan_newlink()
/kernel/linux/linux-6.6/drivers/net/can/
H
A
D
vxcan.c
186
struct ifinfomsg *
ifmp
= NULL;
in vxcan_newlink()
local
194
ifmp
= nla_data(nla_peer);
in vxcan_newlink()
202
if (
ifmp
&& tbp[IFLA_IFNAME]) {
in vxcan_newlink()
221
if (
ifmp
&& dev->ifindex)
in vxcan_newlink()
222
peer->ifindex =
ifmp
->ifi_index;
in vxcan_newlink()
234
err = rtnl_configure_link(peer,
ifmp
, 0, NULL);
in vxcan_newlink()
/kernel/linux/linux-5.10/drivers/net/
H
A
D
veth.c
1304
struct ifinfomsg *
ifmp
;
in veth_newlink()
local
1314
ifmp
= nla_data(nla_peer);
in veth_newlink()
1325
ifmp
= NULL;
in veth_newlink()
1329
if (
ifmp
&& tbp[IFLA_IFNAME]) {
in veth_newlink()
1348
if (!
ifmp
|| !tbp[IFLA_ADDRESS])
in veth_newlink()
1351
if (
ifmp
&& (dev->ifindex != 0))
in veth_newlink()
1352
peer->ifindex =
ifmp
->ifi_index;
in veth_newlink()
1365
err = rtnl_configure_link(peer,
ifmp
);
in veth_newlink()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
veth.c
1818
struct ifinfomsg *
ifmp
;
in veth_newlink()
local
1828
ifmp
= nla_data(nla_peer);
in veth_newlink()
1839
ifmp
= NULL;
in veth_newlink()
1843
if (
ifmp
&& tbp[IFLA_IFNAME]) {
in veth_newlink()
1862
if (!
ifmp
|| !tbp[IFLA_ADDRESS])
in veth_newlink()
1865
if (
ifmp
&& (dev->ifindex != 0))
in veth_newlink()
1866
peer->ifindex =
ifmp
->ifi_index;
in veth_newlink()
1882
err = rtnl_configure_link(peer,
ifmp
, 0, NULL);
in veth_newlink()
/kernel/linux/linux-5.10/net/core/
H
A
D
rtnetlink.c
2167
const struct ifinfomsg *
ifmp
;
in rtnl_nla_parse_ifinfomsg()
local
2171
ifmp
= nla_data(nla_peer);
in rtnl_nla_parse_ifinfomsg()
2175
if (
ifmp
->ifi_index < 0) {
in rtnl_nla_parse_ifinfomsg()
/kernel/linux/linux-6.6/net/core/
H
A
D
rtnetlink.c
2273
const struct ifinfomsg *
ifmp
;
in rtnl_nla_parse_ifinfomsg()
local
2277
ifmp
= nla_data(nla_peer);
in rtnl_nla_parse_ifinfomsg()
2281
if (
ifmp
->ifi_index < 0) {
in rtnl_nla_parse_ifinfomsg()
Completed in 21 milliseconds