OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEG6_LOCAL_ACTION_MAX
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/
seg6_local.h
52
#define
SEG6_LOCAL_ACTION_MAX
(__SEG6_LOCAL_ACTION_MAX - 1)
/external/iproute2/include/uapi/linux/
seg6_local.h
66
#define
SEG6_LOCAL_ACTION_MAX
(__SEG6_LOCAL_ACTION_MAX - 1)
/external/kernel-headers/original/uapi/linux/
seg6_local.h
66
#define
SEG6_LOCAL_ACTION_MAX
(__SEG6_LOCAL_ACTION_MAX - 1)
/external/iproute2/ip/
iproute_lwtunnel.c
155
static const char *seg6_action_names[
SEG6_LOCAL_ACTION_MAX
+ 1] = {
174
if (action < 0 || action >
SEG6_LOCAL_ACTION_MAX
)
184
for (i = 0; i <
SEG6_LOCAL_ACTION_MAX
+ 1; i++) {
Completed in 94 milliseconds