OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peer_ifm
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/ip/
iplink_vxcan.c
44
struct ifinfomsg *ifm, *
peer_ifm
;
local
75
peer_ifm
= RTA_DATA(data);
76
peer_ifm
->ifi_index = index;
77
peer_ifm
->ifi_flags = ifm->ifi_flags;
78
peer_ifm
->ifi_change = ifm->ifi_change;
link_veth.c
42
struct ifinfomsg *ifm, *
peer_ifm
;
local
73
peer_ifm
= RTA_DATA(data);
74
peer_ifm
->ifi_index = index;
75
peer_ifm
->ifi_flags = ifm->ifi_flags;
76
peer_ifm
->ifi_change = ifm->ifi_change;
Completed in 135 milliseconds