Documentation
¶
Overview ¶
Copyright © 2024 Yutaro Hayakawa
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright © 2024 Yutaro Hayakawa ¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
const ( BFP_FIB_LOOKUP_DIRECT = uint32(1) << 0 BFP_FIB_LOOKUP_OUTPUT = uint32(1) << 1 BPF_FIB_LOOKUP_SKIP_NEIGH = uint32(1) << 2 BFP_FIB_LOOKUP_TBID = uint32(1) << 3 BFP_FIB_LOOKUP_SRC = uint32(1) << 4 BFP_FIB_LOOKUP_MARK = uint32(1) << 5 )
const ( BPF_FIB_LKUP_RET_SUCCESS = iota BPF_FIB_LKUP_RET_BLACKHOLE BPF_FIB_LKUP_RET_UNREACHABLE BPF_FIB_LKUP_RET_PROHIBIT BPF_FIB_LKUP_RET_NOT_FWDED BPF_FIB_LKUP_RET_FWD_DISABLED BPF_FIB_LKUP_RET_UNSUPP_LWT BPF_FIB_LKUP_RET_NO_NEIGH BPF_FIB_LKUP_RET_FRAG_NEEDED BPF_FIB_LKUP_RET_NO_SRC_ADDR )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.