Home
last modified time | relevance | path

Searched refs:CGW_LIM_HOPS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/can/
H A Dgw.h81 CGW_LIM_HOPS, /* limit the number of hops of this specific rule */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/can/
H A Dgw.h81 CGW_LIM_HOPS, /* limit the number of hops of this specific rule */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/can/
H A Dgw.h81 CGW_LIM_HOPS, /* limit the number of hops of this specific rule */ enumerator
/OK3568_Linux_fs/kernel/net/can/
H A Dgw.c581 if (nla_put_u8(skb, CGW_LIM_HOPS, gwj->limit_hops) < 0) in cgw_put_job()
723 [CGW_LIM_HOPS] = { .type = NLA_U8 },
748 if (tb[CGW_LIM_HOPS]) { in cgw_parse_attr()
749 *limhops = nla_get_u8(tb[CGW_LIM_HOPS]); in cgw_parse_attr()