Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapDefOptional

Hierarchy

Index

Properties

flags?: number

Flags specified on map creation, see MapFlags

ifindex?: number

For offloading, ifindex of network device to create the map on (since Linux 4.16)

innerMap?: number | MapDef | MapRef

For map-in-map types: parameters for the inner map, or FD of an existing map to clone parameters from. The passed map's lifetime isn't affected in any way.

name?: string

Map name (might get truncated if longer than OBJ_NAME_LEN) (since Linux 4.15)

numaNode?: number

NUMA node on which to store the map (since Linux 4.15)

Generated using TypeDoc