OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:can_adopt
(Results
1 - 1
of
1
) sorted by null
/external/iproute2/tc/
em_meta.c
236
static inline int
can_adopt
(struct tcf_meta_val *val)
function
286
if (
can_adopt
(left) && !
can_adopt
(right)) {
291
} else if (
can_adopt
(right) && !
can_adopt
(left)) {
296
} else if (
can_adopt
(left) &&
can_adopt
(right)) {
Completed in 75 milliseconds