github.com/cilium/cilium@v1.16.2/pkg/maps/fragmap/doc.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright Authors of Cilium 3 4 // Package fragmap represents the BPF map used to associate IPv4 datagram 5 // fragments to the L4 ports of the datagram they belong to, in order to 6 // retrieve the full 5-tuple necessary to do L4-based lookups. 7 // +groupName=maps 8 package fragmap