OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP6_TNL_F_IGN_ENCAP_LIMIT
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ip6_tunnel.h
10
#define
IP6_TNL_F_IGN_ENCAP_LIMIT
0x1
/bionic/libc/kernel/uapi/linux/
ip6_tunnel.h
26
#define
IP6_TNL_F_IGN_ENCAP_LIMIT
0x1
/external/iproute2/include/uapi/linux/
ip6_tunnel.h
13
#define
IP6_TNL_F_IGN_ENCAP_LIMIT
0x1
/external/kernel-headers/original/uapi/linux/
ip6_tunnel.h
13
#define
IP6_TNL_F_IGN_ENCAP_LIMIT
0x1
/external/iproute2/ip/
ip6tunnel.c
89
if (p->flags &
IP6_TNL_F_IGN_ENCAP_LIMIT
)
187
p->flags |=
IP6_TNL_F_IGN_ENCAP_LIMIT
;
194
p->flags &= ~
IP6_TNL_F_IGN_ENCAP_LIMIT
;
link_ip6tnl.c
212
flags |=
IP6_TNL_F_IGN_ENCAP_LIMIT
;
219
flags &= ~
IP6_TNL_F_IGN_ENCAP_LIMIT
;
384
if (flags &
IP6_TNL_F_IGN_ENCAP_LIMIT
)
386
"
ip6_tnl_f_ign_encap_limit
",
link_gre6.c
363
flags |=
IP6_TNL_F_IGN_ENCAP_LIMIT
;
370
flags &= ~
IP6_TNL_F_IGN_ENCAP_LIMIT
;
460
if (flags &
IP6_TNL_F_IGN_ENCAP_LIMIT
)
462
"
ip6_tnl_f_ign_encap_limit
",
Completed in 272 milliseconds