Files @ d6b9b2ac5869
Branch filter:

Location: vmkdrivers/BLD/build/HEADERS/vmkapi-current-all-public-bincomp/vmkernel64/release/net/vmkapi_net_pkt_header.h

unknown
ESXi-5.5-U2
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
/* **********************************************************
 * Copyright 2012 VMware, Inc.  All rights reserved.
 * **********************************************************/

/*
 * @VMKAPIMOD_LICENSE@
 */

/*
 ***********************************************************************
 * PktHeader                                                      */ /**
 * \addtogroup Network
 *@{
 * \defgroup PktHeader Packet Header Utilities
 *@{
 * \par Header Information
 *
 * VMKernel provides an API framework for accessing header information
 * for a network packet represented by a vmk_PktHandle. For each header,
 * information is exported in the form of a vmk_PktHeaderEntry, which
 * contains offset and type data. Headers are parsed on-demand by the
 * underlying backend implementation, significantly simplifying packet
 * processing for users of this API framework.\n
 *\n
 * Amongst the functionality provided are API's to search for headers
 * matching a given specification using vmk_PktHeaderFind(). Through
 * the use of masks, it is possible to search for any header matching
 * a certain layer, for example VMK_PKT_HEADER_L4_MASK can be used to
 * search for any layer 4 header in the packet. Submasks are also
 * provided, for example VMK_PKT_HEADER_L3_IPv6_EXT_HDR_MASK will match
 * any IPv6 extension header. Of course, an explicit header type can
 * be specified, such as VMK_PKT_HEADER_L4_TCP, which would search
 * for a TCP header within the packet. Convenience functions such as
 * vmk_PktHeaderL2Find() etc. are also provided.\n
 *\n
 * It is also possible to iterate through headers of a given packet
 * using vmk_PktHeaderEntryGet(). Information about header lengths
 * can be obtained using API's such as vmk_PktHeaderAllHeadersLenGet().
 *
 * \par Providing Layout Information
 *
 * API's are provided in order to manipulate the header cache
 * information associated with a particular packet. These API's can
 * be used by the following sites:
 *
 * - <b>Packet producers</b>
 *\n
 *     Any code that creates and injects packets into the VMKernel can
 *     optionally choose to pre-populate the header cache information
 *     for that packet, if the information is available. This helps
 *     optimize packet processing since the packet doesn't need to
 *     be parsed again. API's such as vmk_PktHeaderEntryInsert() or
 *     vmk_PktHeaderArrayGet() and vmk_PktHeaderArraySet() can be
 *     used for this purpose.\n
 *\n
 * - <b>Header modifications</b>
 *\n
 *     Any code that modifies headers, either by changing the size of
 *     an existing header or by adding or removing headers from a
 *     packet MUST adjust the header cache to ensure that it is
 *     coherent. This can be done by invalidating the affected
 *     portions of the cache through use of API's such as
 *     vmk_PktHeaderInvalidateAll() etc. but this method is not
 *     preferred since it will cause the packet to be parsed again
 *     when another consumer of this API requests a lookup. It is
 *     recommended to use API's such as vmk_PktHeaderIncOffsets(),
 *     vmk_PktHeaderPushForEncap() and vmk_PktHeaderEntryInsert()
 *     to adjust the header cache manually for best results.
 *
 * \par Encapsulated Packets
 *
 * The parsing framework supports encapsulated headers as well.
 * vmk_PktHeaderFind() accepts a hitCount argument which can be used to
 * find the second occurance of a given header, for example the second
 * L4 header etc. vmk_PktHeaderEncapFind() can be used to find an
 * encapsulation header within the packet, provided one exists. API's
 * such as vmk_PktHeaderInnerHeadersLenGet() and
 * vmk_PktHeaderOuterHeadersLenGet() return the length of the inner or
 * outer headers in the case of an encapsulated frame.
 *
 * \par Header Access
 *
 * This framework also provides the methods vmk_PktHeaderDataGet() and
 * vmk_PktHeaderDataRelease() which are recommended ways of accessing
 * header data. These functions take care of issues such as headers
 * not being in the frame mapped area (and thus requiring mapping) or
 * even situations such as a header spanning multiple SG entries, in
 * which case the header needs to be copied to be accessed directly
 * through casting to a header structure. The functions allow read
 * access and write access as long as header size is not modified.
 *
 ***********************************************************************
 */

#ifndef _VMKAPI_NET_PKT_HEADER_H_
#define _VMKAPI_NET_PKT_HEADER_H_

/** \cond never */
#ifndef VMK_HEADER_INCLUDED_FROM_VMKAPI_H
#error This vmkapi file should never be included directly but only via vmkapi.h
#endif
/** \endcond never */

#include "net/vmkapi_net_pkt.h"

/**
 * \ingroup PktHeader
 * \enum vmk_PktHeaderType
 * \brief Packet header type used by the parsing infrastructure
 */
typedef enum vmk_PktHeaderType {
   /** Layer 2 mask - matches all layer 2 headers */
   VMK_PKT_HEADER_L2_MASK                   = 0x1000,
   /** Ethernet header mask - matches all ethernet headers */
   VMK_PKT_HEADER_L2_ETHERNET_MASK          = 0x1800,
   /** Simple DIX Ethernet header */
   VMK_PKT_HEADER_L2_ETHERNET               = 0x1801,
   /** 802.1pq Ethernet header */
   VMK_PKT_HEADER_L2_ETHERNET_802_1PQ       = 0x1802,
   /** 802.3 Ethernet header */
   VMK_PKT_HEADER_L2_ETHERNET_802_3         = 0x1803,
   /** 802.3 in 802.1pq Ethernet header */
   VMK_PKT_HEADER_L2_ETHERNET_802_1PQ_802_3 = 0x1804,
   /** Fenced ethernet header */
   VMK_PKT_HEADER_L2_ETHERNET_FENCED        = 0x1805,
   /** DVFilter ethernet header */
   VMK_PKT_HEADER_L2_ETHERNET_DVFILTER      = 0x1806,

   /** Layer 3 mask - matches all layer 3 headers */
   VMK_PKT_HEADER_L3_MASK                   = 0x2000,
   /** IP version 4 header */
   VMK_PKT_HEADER_L3_IPv4                   = 0x2001,
   /** IP version 6 header */
   VMK_PKT_HEADER_L3_IPv6                   = 0x2002,
   /** Mask matching all IPv6 extension headers */
   VMK_PKT_HEADER_L3_IPv6_EXT_HDR_MASK      = 0x2800,
   /** IPv6 extension header: Hop-by-hop options */
   VMK_PKT_HEADER_L3_IPv6_EXT_HDR_HOP       = 0x2801,
   /** IPv6 extension header: Destination options */
   VMK_PKT_HEADER_L3_IPv6_EXT_HDR_DST       = 0x2802,
   /** IPv6 extension header: Routing header */
   VMK_PKT_HEADER_L3_IPv6_EXT_HDR_ROUT      = 0x2803,
   /** IPv6 extension header: Fragment header */
   VMK_PKT_HEADER_L3_IPv6_EXT_HDR_FRAG      = 0x2804,
   /** IPv6 extension header: Authentication header */
   VMK_PKT_HEADER_L3_IPv6_EXT_HDR_AH        = 0x2805,
   /** IPv6 extension header: Encapsulation Security Payload header */
   VMK_PKT_HEADER_L3_IPv6_EXT_HDR_ESP       = 0x2806,
   /** IPv6 extension header: Mobility header */
   VMK_PKT_HEADER_L3_IPv6_EXT_HDR_MOB       = 0x2807,

   /** Layer 4 mask - matches all layer 4 headers */
   VMK_PKT_HEADER_L4_MASK                   = 0x4000,
   /** Transmission Control Protocol */
   VMK_PKT_HEADER_L4_TCP                    = 0x4001,
   /** User Datagram Protocol */
   VMK_PKT_HEADER_L4_UDP                    = 0x4002,
   /** Protocol Independent Multicast */
   VMK_PKT_HEADER_L4_PIM                    = 0x4003,
   /** Mask matching ICMP version 4 and version 6 */
   VMK_PKT_HEADER_L4_ICMP_MASK              = 0x4800,
   /** Internet Control Message Protocol v4 */
   VMK_PKT_HEADER_L4_ICMPV4                 = 0x4801,
   /** Internet Control Message Protocol v6 */
   VMK_PKT_HEADER_L4_ICMPV6                 = 0x4802,

   /** Encapsulation header mask - matches all encapsulation headers */
   VMK_PKT_HEADER_ENCAP_MASK                = 0x8000,
   /** VXLAN header */
   VMK_PKT_HEADER_ENCAP_VXLAN               = 0x8001,
   /** GRE header */
   VMK_PKT_HEADER_ENCAP_GRE                 = 0x8002,
} vmk_PktHeaderType;

/** Header bits used for type masks */
#define VMK_PKT_HEADER_TYPE_MASK_BITS (0xff00)

/** Given a header, return its type mask bits */
#define VMK_PKT_HEADER_GET_TYPE_MASK(type) \
    ((type) & VMK_PKT_HEADER_TYPE_MASK_BITS)

/** Check whether the given type matches a type mask */
#define VMK_PKT_HEADER_TYPE_CHECK(type, mask) \
    (VMK_PKT_HEADER_GET_TYPE_MASK(type) == (mask))

/** Header bits used for layer masks */
#define VMK_PKT_HEADER_LAYER_MASK_BITS (0xf000)

/** Given a header, return its layer mask bits */
#define VMK_PKT_HEADER_GET_LAYER_MASK(type) \
    ((type) & VMK_PKT_HEADER_LAYER_MASK_BITS)

/** Check whether the given type matches a layer mask */
#define VMK_PKT_HEADER_LAYER_CHECK(type, mask) \
    (VMK_PKT_HEADER_GET_LAYER_MASK(type) == (mask))

/** Macro to determine whether a mask is a layer mask vs. a type mask */
#define VMK_PKT_HEADER_MASK_IS_LAYER(mask) \
   (((mask) | VMK_PKT_HEADER_LAYER_MASK_BITS) == VMK_PKT_HEADER_LAYER_MASK_BITS)

/**
 *  Check whether the given type matches with a mask. Does a different
 *  check depending on whether the mask is a layer mask vs. a type mask
 */
#define VMK_PKT_HEADER_MASK_CHECK(type, mask) \
   (VMK_PKT_HEADER_MASK_IS_LAYER(mask) ?      \
    VMK_PKT_HEADER_LAYER_CHECK(type, mask) :  \
    VMK_PKT_HEADER_TYPE_CHECK(type, mask))

/** Macro to return whether a given header type is an L2 header type */
#define VMK_PKT_HEADER_IS_L2(type) \
   VMK_PKT_HEADER_LAYER_CHECK(type, VMK_PKT_HEADER_L2_MASK)

/** Macro to return whether a given header type is an L3 header type */
#define VMK_PKT_HEADER_IS_L3(type) \
   VMK_PKT_HEADER_LAYER_CHECK(type, VMK_PKT_HEADER_L3_MASK)

/** Macro to return whether a given header type is an L4 header type */
#define VMK_PKT_HEADER_IS_L4(type) \
   VMK_PKT_HEADER_LAYER_CHECK(type, VMK_PKT_HEADER_L4_MASK)

/** Macro to return whether a given header type is an encapsulation header type */
#define VMK_PKT_HEADER_IS_ENCAP(type) \
   (VMK_PKT_HEADER_LAYER_CHECK(type, VMK_PKT_HEADER_ENCAP_MASK) || \
    ((type) == VMK_PKT_HEADER_L2_ETHERNET_FENCED))

/** Protocol is a "toplevel" protocol */
#define VMK_PKT_PROTO_TOPLEVEL         0xFFFD
/** Protocol is unknown */
#define VMK_PKT_PROTO_UNKNOWN          0xFFFE
/** There are no more headers after this header */
#define VMK_PKT_PROTO_NO_MORE_HEADERS  0xFFFF

/**
 * \ingroup PktHeader
 * \struct vmk_PktHeaderEntry
 * \brief Entry structure describing one packet header
 */
typedef struct vmk_PktHeaderEntry {
   /** vmk_PktHeaderType of this header */
   vmk_uint16    type;
   /** Offset of this header from start of frame */
   vmk_uint16    offset;
   /** Parser-dependent output defining next header's protocol
    * VMK_PKT_PROTO_NO_MORE_HEADERS is a reserved value indicating there are no
    * more headers, VMK_PKT_PROTO_UNKNOWN is a reserved value indicating that
    * the provider of this entry did not specify the next protocol. This can
    * happen if the provider is a NIC driver or vNIC backend and it doesn't know
    * the next protocol. In this case the parsing infrastructure will re-parse
    * this header if necessary to determine the next header. */
   vmk_uint16    nextHdrProto;
   /** Offset of the next header from start of frame */
   vmk_uint16    nextHdrOffset;
} vmk_PktHeaderEntry;

/*
 ***********************************************************************
 * vmk_PktHeaderEntryGet --                                       */ /**
 *
 * \ingroup PktHeader
 * \brief Get the vmk_PktHeaderEntry for the header with the specified
 *        index.
 *
 * As a side effect this API may also parse the packet and caches the
 * result if the headers are not already parsed.
 *
 *
 * \param[in]  pkt       Packet to get header information from.
 * \param[in]  hdrIndex  Index of the header to get.
 * \param[out] hdrEntry  Pointer to the header entry for the requested
 *                       header.
 *
 * \retval     VMK_OK             Operation was successful.
 * \retval     VMK_LIMIT_EXCEEDED Header index out of bounds.
 * \retval     VMK_FAILURE        Parsing failure.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktHeaderEntryGet(vmk_PktHandle *pkt,
                                       vmk_uint16 hdrIndex,
                                       vmk_PktHeaderEntry **hdrEntry);

/*
 ***********************************************************************
 * vmk_PktHeaderLength   --                                       */ /**
 *
 * \ingroup PktHeader
 * \brief Returns the length of the header represented by the given
 *        entry.
 *
 * \param[in]  hdrEntry  Entry to return header length of.
 *
 * \return               Length of the header, 0 if not available.
 *
 ***********************************************************************
 */
static inline vmk_uint16
vmk_PktHeaderLength(vmk_PktHeaderEntry *hdrEntry)
{
   VMK_ASSERT(hdrEntry != NULL);
   return hdrEntry->nextHdrOffset - hdrEntry->offset;
}

/*
 ***********************************************************************
 * vmk_PktHeaderNumParsedGet --                                   */ /**
 *
 * \ingroup PktHeader
 * \brief Return number of parsed headers in the given packet
 *
 * \param[in]  pkt       Packet to get header information from.
 *
 * \return               Number of parsed headers in the packet.
 *
 ***********************************************************************
 */
vmk_uint16 vmk_PktHeaderNumParsedGet(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktHeaderFind --                                           */ /**
 *
 * \ingroup PktHeader
 * \brief Search for a header matching the given mask and return it.
 *
 * As a side effect this API may also parse the packet and caches the
 * result if the headers are not already parsed.
 *
 * \param[in]  pkt        Packet to search through.
 * \param[in]  startIndex Index to start searching from (0 = first header)
 * \param[in]  searchMask Mask to match against. This could be a generic
 *                        mask such as VMK_PKT_HEADER_L3_MASK as well as
 *                        a specific header type like
 *                        VMK_PKT_HEADER_L4_TCP.
 * \param[in]  hitCount   1 = return first matching header, 2 = second
 *                        matching header etc.
 * \param[out] hdrEntry   Pointer to the header entry for the requested
 *                        header.
 * \param[out] hdrIndex   Pointer to the index of the header for the
 *                        requested header. This is optional, pass in
 *                        NULL if this is not required.
 *
 * \retval     VMK_OK              Operation was successful.
 * \retval     VMK_NOT_FOUND       No header found matching the given
 *                                 criteria.
 * \retval     VMK_FAILURE         Parsing failure due to corrupt header.
 * \retval     VMK_NOT_IMPLEMENTED Parsing failure due to missing parser.
 * \retval     VMK_LIMIT_EXCEEDED  Parsing failure due to truncated
 *                                 header.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktHeaderFind(vmk_PktHandle *pkt,
                                   vmk_uint16 startIndex,
                                   vmk_PktHeaderType searchMask,
                                   vmk_uint16 hitCount,
                                   vmk_PktHeaderEntry **hdrEntry,
                                   vmk_uint16 *hdrIndex);

/*
 ***********************************************************************
 * vmk_PktHeaderL2Find --                                         */ /**
 *
 * \ingroup PktHeader
 * \brief Find the first layer 2 header in the given packet.
 *
 * As a side effect this API may also parse the packet and caches the
 * result if the headers are not already parsed.
 *
 * \param[in]  pkt      Packet to search through.
 * \param[out] hdrEntry Pointer to the header entry for the first L2
 *                      header.
 * \param[out] hdrIndex Pointer to the index of the header for the
 *                      requested header. This is optional, pass in
 *                      NULL if this is not required.
 *
 * \retval     VMK_OK              Operation was successful.
 * \retval     VMK_NOT_FOUND       No header found matching the given
 *                                 criteria.
 * \retval     VMK_FAILURE         Parsing failure due to corrupt header.
 * \retval     VMK_NOT_IMPLEMENTED Parsing failure due to missing parser.
 * \retval     VMK_LIMIT_EXCEEDED  Parsing failure due to truncated
 *                                 header.
 *
 ***********************************************************************
 */
static inline VMK_ReturnStatus
vmk_PktHeaderL2Find(vmk_PktHandle *pkt,
                    vmk_PktHeaderEntry **hdrEntry,
                    vmk_uint16 *hdrIndex)
{
   return vmk_PktHeaderFind(pkt, 0, VMK_PKT_HEADER_L2_MASK, 1, hdrEntry,
                            hdrIndex);
}

/*
 ***********************************************************************
 * vmk_PktHeaderL3Find --                                         */ /**
 *
 * \ingroup PktHeader
 * \brief Find the first layer 3 header in the given packet.
 *
 * As a side effect this API may also parse the packet and caches the
 * result if the headers are not already parsed.
 *
 * \param[in]  pkt      Packet to search through.
 * \param[out] hdrEntry Pointer to the header entry for the first L3
 *                      header.
 * \param[out] hdrIndex Pointer to the index of the header for the
 *                      requested header. This is optional, pass in
 *                      NULL if this is not required.
 *
 * \retval     VMK_OK              Operation was successful.
 * \retval     VMK_NOT_FOUND       No header found matching the given
 *                                 criteria.
 * \retval     VMK_FAILURE         Parsing failure due to corrupt header.
 * \retval     VMK_NOT_IMPLEMENTED Parsing failure due to missing parser.
 * \retval     VMK_LIMIT_EXCEEDED  Parsing failure due to truncated
 *                                 header.
 *
 ***********************************************************************
 */
static inline VMK_ReturnStatus
vmk_PktHeaderL3Find(vmk_PktHandle *pkt,
                    vmk_PktHeaderEntry **hdrEntry,
                    vmk_uint16 *hdrIndex)
{
   return vmk_PktHeaderFind(pkt, 1, VMK_PKT_HEADER_L3_MASK, 1, hdrEntry,
                            hdrIndex);
}

/*
 ***********************************************************************
 * vmk_PktHeaderL4Find --                                         */ /**
 *
 * \ingroup PktHeader
 * \brief Find the first layer 4 header in the given packet.
 *
 * As a side effect this API may also parse the packet and caches the
 * result if the headers are not already parsed.
 *
 * \param[in]  pkt      Packet to search through.
 * \param[out] hdrEntry Pointer to the header entry for the first L4
 *                      header.
 * \param[out] hdrIndex Pointer to the index of the header for the
 *                      requested header. This is optional, pass in
 *                      NULL if this is not required.
 *
 * \retval     VMK_OK              Operation was successful.
 * \retval     VMK_NOT_FOUND       No header found matching the given
 *                                 criteria.
 * \retval     VMK_FAILURE         Parsing failure due to corrupt header.
 * \retval     VMK_NOT_IMPLEMENTED Parsing failure due to missing parser.
 * \retval     VMK_LIMIT_EXCEEDED  Parsing failure due to truncated
 *                                 header.
 *
 ***********************************************************************
 */
static inline VMK_ReturnStatus
vmk_PktHeaderL4Find(vmk_PktHandle *pkt,
                    vmk_PktHeaderEntry **hdrEntry,
                    vmk_uint16 *hdrIndex)
{
   return vmk_PktHeaderFind(pkt, 2, VMK_PKT_HEADER_L4_MASK, 1, hdrEntry,
                            hdrIndex);
}

/*
 ***********************************************************************
 * vmk_PktHeaderAllHeadersLenGet --                               */ /**
 *
 * \ingroup PktHeader
 * \brief Returns the length of all headers of the given packet
 *
 * As a side effect this API may also parse the packet and caches the
 * result if the headers are not already parsed.
 *
 * \param[in]  pkt       Packet to return header length for.
 * \param[out] hdrLength Pointer for returning header length
 *
 * \retval     VMK_OK        Operation was successful.
 * \retval     VMK_FAILURE   Parsing failure.
 *
 ***********************************************************************
 */

VMK_ReturnStatus
vmk_PktHeaderAllHeadersLenGet(vmk_PktHandle *pkt,
                              vmk_uint32 *hdrLength);

/*
 ***********************************************************************
 * vmk_PktHeaderInnerHeadersLenGet --                             */ /**
 *
 * \ingroup PktHeader
 * \brief Returns the total header length of the inner frame in a given
 *        packet.
 *
 * As a side effect this API may also parse the packet and caches the
 * result if the headers are not already parsed.
 *
 * \note The inner frame is defined as a frame that is contained within
 *       another frame. Inner headers are all headers that come after
 *       an encapsulation header in the following list:
 *       - VMK_PKT_HEADER_L2_ETHERNET_FENCED
 *       - VMK_PKT_HEADER_ENCAP_VXLAN
 *       - VMK_PKT_HEADER_ENCAP_GRE
 *
 * \param[in]  pkt       Packet to return header length for.
 * \param[out] hdrLength Pointer for returning header length
 *
 * \retval     VMK_OK        Operation was successful.
 * \retval     VMK_FAILURE   Parsing failure.
 *
 ***********************************************************************
 */

VMK_ReturnStatus
vmk_PktHeaderInnerHeadersLenGet(vmk_PktHandle *pkt,
                                vmk_uint32 *hdrLength);

/*
 ***********************************************************************
 * vmk_PktHeaderOuterHeadersLenGet --                             */ /**
 *
 * \ingroup PktHeader
 * \brief Returns the total header length of the outer frame in a given
 *        packet.
 *
 * As a side effect this API may also parse the packet and caches the
 * result if the headers are not already parsed.
 *
 * \note The outer frame is defined as a frame that contains another
 *       frame within itself. Outer headers are all headers that come
 *       before an encapsulation header from the following list:
 *       - VMK_PKT_HEADER_L2_ETHERNET_FENCED
 *       - VMK_PKT_HEADER_ENCAP_VXLAN
 *       - VMK_PKT_HEADER_ENCAP_GRE
 *
 * \note The length of the encapsulation header is also part of the
 *       hdrLength returned.
 *
 * \param[in]  pkt       Packet to return header length for.
 * \param[out] hdrLength Pointer for returning header length
 *
 * \retval     VMK_OK        Operation was successful.
 * \retval     VMK_FAILURE   Parsing failure.
 *
 ***********************************************************************
 */

VMK_ReturnStatus
vmk_PktHeaderOuterHeadersLenGet(vmk_PktHandle *pkt,
                                vmk_uint32 *hdrLength);

/*
 ***********************************************************************
 * vmk_PktHeaderEncapFind --                                      */ /**
 *
 * \ingroup PktHeader
 * \brief Find the first encapsulation header in the given packet.
 *
 * As a side effect this API may also parse the packet and caches the
 * result if the headers are not already parsed.
 *
 * \note This function will also find fence headers designated with
 *       VMK_PKT_HEADER_L2_ETHERNET_FENCED
 *
 * \param[in]  pkt      Packet to search through.
 * \param[out] hdrEntry Pointer to the header entry for the first
 *                      encapsulation header.
 * \param[out] hdrIndex Pointer to the index of the header for the
 *                      requested header. This is optional, pass in
 *                      NULL if this is not required.
 *
 * \retval     VMK_OK              Operation was successful.
 * \retval     VMK_NOT_FOUND       No header found matching the given
 *                                 criteria.
 * \retval     VMK_FAILURE         Parsing failure due to corrupt header.
 * \retval     VMK_NOT_IMPLEMENTED Parsing failure due to missing parser.
 * \retval     VMK_LIMIT_EXCEEDED  Parsing failure due to truncated
 *                                 header.
 *
 ***********************************************************************
 */
VMK_ReturnStatus
vmk_PktHeaderEncapFind(vmk_PktHandle *pkt,
                       vmk_PktHeaderEntry **hdrEntry,
                       vmk_uint16 *hdrIndex);

/*
 ***********************************************************************
 * vmk_PktHeaderEncapL2Find --                                    */ /**
 *
 * \ingroup PktHeader
 * \brief Find the first layer 2 header in the encapsulated (inner)
 *        frame of the given packet.
 *
 * As a side effect this API may also parse the packet and caches the
 * result if the headers are not already parsed.
 *
 * \param[in]  pkt      Packet to search through.
 * \param[out] hdrEntry Pointer to the header entry for the encapsulated
 *                      L2 header.
 * \param[out] hdrIndex Pointer to the index of the header for the
 *                      requested header. This is optional, pass in
 *                      NULL if this is not required.
 *
 * \retval     VMK_OK              Operation was successful.
 * \retval     VMK_NOT_FOUND       No header found matching the given
 *                                 criteria.
 * \retval     VMK_FAILURE         Parsing failure due to corrupt header.
 * \retval     VMK_NOT_IMPLEMENTED Parsing failure due to missing parser.
 * \retval     VMK_LIMIT_EXCEEDED  Parsing failure due to truncated
 *                                 header.
 *
 ***********************************************************************
 */
VMK_ReturnStatus
vmk_PktHeaderEncapL2Find(vmk_PktHandle *pkt,
                         vmk_PktHeaderEntry **hdrEntry,
                         vmk_uint16 *hdrIndex);

/*
 ***********************************************************************
 * vmk_PktHeaderEncapL3Find --                                    */ /**
 *
 * \ingroup PktHeader
 * \brief Find the first layer 3 header in the encapsulated (inner)
 *        frame of the given packet.
 *
 * As a side effect this API may also parse the packet and caches the
 * result if the headers are not already parsed.
 *
 * \param[in]  pkt      Packet to search through.
 * \param[out] hdrEntry Pointer to the header entry for the encapsulated
 *                      L3 header.
 * \param[out] hdrIndex Pointer to the index of the header for the
 *                      requested header. This is optional, pass in
 *                      NULL if this is not required.
 *
 * \retval     VMK_OK              Operation was successful.
 * \retval     VMK_NOT_FOUND       No header found matching the given
 *                                 criteria.
 * \retval     VMK_FAILURE         Parsing failure due to corrupt header.
 * \retval     VMK_NOT_IMPLEMENTED Parsing failure due to missing parser.
 * \retval     VMK_LIMIT_EXCEEDED  Parsing failure due to truncated
 *                                 header.
 *
 ***********************************************************************
 */
VMK_ReturnStatus
vmk_PktHeaderEncapL3Find(vmk_PktHandle *pkt,
                         vmk_PktHeaderEntry **hdrEntry,
                         vmk_uint16 *hdrIndex);

/*
 ***********************************************************************
 * vmk_PktHeaderEncapL4Find --                                    */ /**
 *
 * \ingroup PktHeader
 * \brief Find the first layer 4 header in the encapsulated (inner)
 *        frame of the given packet.
 *
 * As a side effect this API may also parse the packet and caches the
 * result if the headers are not already parsed.
 *
 * \param[in]  pkt      Packet to search through.
 * \param[out] hdrEntry Pointer to the header entry for the encapsulated
 *                      L4 header.
 * \param[out] hdrIndex Pointer to the index of the header for the
 *                      requested header. This is optional, pass in
 *                      NULL if this is not required.
 *
 * \retval     VMK_OK              Operation was successful.
 * \retval     VMK_NOT_FOUND       No header found matching the given
 *                                 criteria.
 * \retval     VMK_FAILURE         Parsing failure due to corrupt header.
 * \retval     VMK_NOT_IMPLEMENTED Parsing failure due to missing parser.
 * \retval     VMK_LIMIT_EXCEEDED  Parsing failure due to truncated
 *                                 header.
 *
 ***********************************************************************
 */
VMK_ReturnStatus
vmk_PktHeaderEncapL4Find(vmk_PktHandle *pkt,
                         vmk_PktHeaderEntry **hdrEntry,
                         vmk_uint16 *hdrIndex);

/*
 ***********************************************************************
 * vmk_PktHeaderInvalidateIndex --                                */ /**
 *
 * \ingroup PktHeader
 * \brief Invalidate all parsed headers starting from a given index.
 *
 * This function (or a more general version) needs to be called by code
 * which modifies frame headers on a packet.
 *
 * \param[in]  pkt      Packet to invalidate headers of.
 * \param[in]  hdrIndex Index to start invalidating from (0 = all headers)
 *
 * \retval     VMK_BAD_PARAM hdrIndex out of bounds.
 * \retval     VMK_OK        Operation was successful.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktHeaderInvalidateIndex(vmk_PktHandle *pkt,
                                              vmk_uint16 hdrIndex);

/*
 ***********************************************************************
 * vmk_PktHeaderInvalidateAll --                                  */ /**
 *
 * \ingroup PktHeader
 * \brief Invalidate all parsed headers on a packet.
 *
 * This function (or a more granular version) needs to be called by code
 * which modifies frame headers on a packet.
 *
 * \param[in]  pkt      Packet to invalidate headers of.
 *
 * \retval     VMK_OK   Operation was successful.
 *
 ***********************************************************************
 */
static inline VMK_ReturnStatus
vmk_PktHeaderInvalidateAll(vmk_PktHandle *pkt)
{
   return vmk_PktHeaderInvalidateIndex(pkt, 0);
}

/*
 ***********************************************************************
 * vmk_PktHeaderInvalidateOffset --                               */ /**
 *
 * \ingroup PktHeader
 * \brief Invalidate all parsed headers starting from a given byte
 *        offset.
 *
 * This function (or a more general version) needs to be called by code
 * which modifies frame headers on a packet.
 *
 * \param[in]  pkt      Packet to invalidate headers of.
 * \param[in]  offset   Byte offset to start invalidating from.
 *
 * \retval     VMK_OK   Operation was successful.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktHeaderInvalidateOffset(vmk_PktHandle *pkt,
                                               vmk_uint16 offset);

/*
 ***********************************************************************
 * vmk_PktHeaderIncOffsets --                                     */ /**
 *
 * \ingroup PktHeader
 * \brief Increment all header offsets by the specified amount starting
 *        from the given header.
 *
 * Note that for the first header (ie. the one at hdrIndex) only the
 * nextHdrOffset is incremented by offset. For all subsequent headers,
 * both offset and nextHdrOffset are incremented.
 *
 * This function (or a more general version) needs to be called by code
 * which modifies frame headers on a packet.
 *
 * \param[in]  pkt      Packet to invalidate headers of.
 * \param[in]  hdrIndex Index of header to start incrementing offsets
 *                      from.
 * \param[in]  offset   Number of bytes to increment offsets by.
 *
 * \retval     VMK_OK        Operation was successful.
 * \retval     VMK_BAD_PARAM hdrIndex out of bounds.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktHeaderIncOffsets(vmk_PktHandle *pkt,
                                         vmk_uint16 hdrIndex,
                                         vmk_uint16 offset);

/*
 ***********************************************************************
 * vmk_PktHeaderPushForEncap --                                  */ /**
 *
 * \ingroup PktHeader
 * \brief Push all the parsed headers in the packet by the specified
 *        amounts in preparation for prepending encapsulation headers.
 *
 * All headers which are already parsed are shifted by numHeaders slots
 * forward and their offsets are incremented by encapLen. If necessary
 * the header cache array may be reallocated to accomodate the new
 * headers.
 *
 * \param[in]  pkt        Packet to adjust header cache for.
 * \param[in]  numHeaders Number of encapsulation headers that will be
 *                        prepended to the packet.
 * \param[in]  encapLen   Total length of the encapsulation headers.
 *
 * \retval     VMK_OK        Operation was successful.
 * \retval     VMK_NO_MEMORY Couldn't grow packet header cache.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktHeaderPushForEncap(vmk_PktHandle *pkt,
                                           vmk_uint16 numHeaders,
                                           vmk_uint16 encapLen);

/*
 ***********************************************************************
 * vmk_PktHeaderPullForDecap --                                  */ /**
 *
 * \ingroup PktHeader
 * \brief Pull all the parsed headers in the packet by the specified
 *        amounts after decapsulation of headers.
 *
 * All headers which are already parsed are shifted by numHeaders slots
 * back and their offsets are decremented by decapLen.
 *
 * \param[in]  pkt        Packet to adjust header cache for.
 * \param[in]  numHeaders Number of encapsulation headers that were
 *                        removed from the packet.
 * \param[in]  decapLen   Total length of the encapsulation headers.
 *
 * \retval     VMK_OK     Operation was successful.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktHeaderPullForDecap(vmk_PktHandle *pkt,
                                           vmk_uint16 numHeaders,
                                           vmk_uint16 decapLen);

/*
 ***********************************************************************
 * vmk_PktHeaderDataGet --                                        */ /**
 *
 * \ingroup PktHeader
 * \brief Returns a pointer to the specified header, mapping or copying
 *        the header if needed.
 *
 * \note Any modifications of header data requires a corresponding
 *       vmk_PktHeaderInvalidate* call to invalidate header parsing
 *       results.
 *
 * \param[in]  pkt       Packet to get header data from.
 * \param[in]  entry     Header entry to get a pointer to.
 * \param[out] mappedPtr Mapped pointer to requested header data.
 *
 * \retval     VMK_OK        Operation was successful.
 * \retval     VMK_FAILURE   Mapping or copying failed.
 * \retval     VMK_NO_MEMORY Failed to allocate memory for header copy.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktHeaderDataGet(vmk_PktHandle *pkt,
                                      vmk_PktHeaderEntry *entry,
                                      void **mappedPtr);

/*
 ***********************************************************************
 * vmk_PktHeaderDataRelease --                                    */ /**
 *
 * \ingroup PktHeader
 * \brief Releases a mapping obtained with vmk_PktHeaderDataGet()
 *
 * \param[in]  pkt       Packet mappedPtr refers to.
 * \param[in]  entry     Header entry mappedPtr refers to.
 * \param[in]  mappedPtr Mapped pointer to release.
 * \param[in]  modified  Whether the header was modified.
 *
 * \note In order to modify the header vmk_PktIsBufDescWritable() must
 *       be true for the packet. If a modification was performed then
 *       the modified parameter needs to be set to VMK_TRUE since the
 *       underlying infrastructure may need to copy header contents
 *       from a temporary buffer back into the original frame buffers.
 *
 * \note This API doesn't support modification of header length, so
 *       any header modifications must preserve the original header
 *       length since only the original header is guaranteed to be
 *       mapped.
 *
 * \retval     VMK_OK        Operation was successful.
 * \retval     VMK_READ_ONLY modified set to TRUE for a packet which has
 *                           vmk_PktIsBufDescWritable() as VMK_FALSE
 * \retval     VMK_FAILURE   Failed to copy modified header contents
 *                           back into frame buffers.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktHeaderDataRelease(vmk_PktHandle *pkt,
                                          vmk_PktHeaderEntry *entry,
                                          void *mappedPtr,
                                          vmk_Bool modified);

/*
 ***********************************************************************
 * vmk_PktHeaderArrayLenGet --                                    */ /**
 *
 * \ingroup PktHeader
 * \brief Return the number of entries in the given packet's header
 *        entries array
 *
 * \param[in]  pkt       Packet to return array length.
 *
 * \return               Length of the packet's header entry array
 *
 ***********************************************************************
 */
vmk_uint16          vmk_PktHeaderArrayLenGet(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktHeaderArrayGet --                                       */ /**
 *
 * \ingroup PktHeader
 * \brief Return the given packet's header entries array for direct
 *        modification.
 *
 * This function is intended for use by NIC drivers or other packet
 * producing code paths that have pre-existing knowledge of the header
 * layout for the packet, and thus would like to fill the information
 * in for the benefit of the rest of the stack.
 *
 * \see vmk_PktHeaderArrayLenGet() for obtaining the length of this
 *      array.
 *
 * \param[in]  pkt       Packet to return the header entry array.
 *
 * \return               Packet's header entry array
 *
 ***********************************************************************
 */
vmk_PktHeaderEntry *vmk_PktHeaderArrayGet(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktHeaderArrayAlloc --                                     */ /**
 *
 * \ingroup PktHeader
 * \brief Allocate a new header entry array to associate with a packet.
 *
 * This function can be used to grow a packet's header entry array if
 * the current array length is insufficient to populate all the header
 * information.
 *
 * \see vmk_PktHeaderArraySet() to associate this array with a packet.
 *
 * \param[in]  numEntries Desired number of header entries in the
 *                        allocated array.
 *
 * \return                Allocated array, NULL if allocation fails.
 *
 ***********************************************************************
 */
vmk_PktHeaderEntry *vmk_PktHeaderArrayAlloc(vmk_uint16 numEntries);

/*
 ***********************************************************************
 * vmk_PktHeaderArraySet --                                       */ /**
 *
 * \ingroup PktHeader
 * \brief Associate the given header entry array with the given packet.
 *
 * This function is intended for use by NIC drivers or other packet
 * producing code paths that have pre-existing knowledge of the header
 * layout for the packet, and thus would like to fill the information
 * in for the benefit of the rest of the stack.
 *
 * \note The array needs to have been allocated with
 *       vmk_PktHeaderArrayAlloc()
 *
 * \note This function will free the existing array if necessary.
 *
 * \param[in] pkt         Packet to replace its header entry array.
 * \param[in] hdrEntry    Header entry array to set.
 * \param[in] numEntries  Size of the hdrEntry array.
 * \param[in] usedEntries Number of entries in hdrEntry that are actually
 *                        used, ie. have valid header data populated.
 *
 * \retval    VMK_OK        Operation successful.
 * \retval    VMK_BAD_PARAM Invalid parameter(s) specified.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktHeaderArraySet(vmk_PktHandle *pkt,
                                       vmk_PktHeaderEntry *hdrEntry,
                                       vmk_uint16 numEntries,
                                       vmk_uint16 usedEntries);

/*
 ***********************************************************************
 * vmk_PktHeaderEntryInsert --                                    */ /**
 *
 * \ingroup PktHeader
 * \brief Insert a new header entry to the packet at the specified header
 *        index.
 *
 * This function is intended for use by NIC drivers or other packet
 * producing code paths that have pre-existing knowledge of the header
 * layout for the packet, and thus would like to fill the information
 * in for the benefit of the rest of the stack.
 *
 * \note All headers after hdrIndex are modified to reflect the offset
 *       changes due to insertion of an additional header.
 *
 * \note The caller must take care to provide correct values for ALL
 *       hdrEntry fields including nextHdrProto. Failure to do so may
 *       result in an unparsable packet.
 *
 * \param[in] pkt        Packet to add a header entry to.
 * \param[in] hdrEntry   Header entry to add.
 * \param[in] hdrIndex   Index to add the header entry at (0 = first).
 *
 * \retval    VMK_OK             Operation successful.
 * \retval    VMK_NO_MEMORY      Not enough memory to grow header array
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktHeaderEntryInsert(vmk_PktHandle *pkt,
                                          vmk_PktHeaderEntry *hdrEntry,
                                          vmk_uint16 hdrIndex);

/*
 ***********************************************************************
 * vmk_PktHeaderEntryRemove --                                    */ /**
 *
 * \ingroup PktHeader
 * \brief Removes a header entry from the packet at the specified header
 *        index.
 *
 * This function is intended for use by NIC drivers or other packet
 * producing code paths that have pre-existing knowledge of the header
 * layout for the packet, and thus would like to fill the information
 * in for the benefit of the rest of the stack.
 *
 * \note All headers after hdrIndex are pulled back one slot and modified
 *       to reflect the offset changes due to removal of the header.
 *
 * \note If the header being removed is not at index 0, the caller has
 *       to take care of fixing the nextHdrProto field of the header
 *       at (hdrIndex - 1) to properly describe the protocol for the
 *       header at (hdrIndex + 1) before the header at hdrIndex was
 *       removed.
 *
 * \param[in] pkt        Packet to add a header entry to.
 * \param[in] hdrIndex   Index to remove the header entry from (0 = first).
 *
 * \retval    VMK_OK             Operation successful.
 * \retval    VMK_LIMIT_EXCEEDED hdrIndex out of bounds, only currently
 *                               parsed headers can be removed.
 *                               \see vmk_PktHeaderNumParsedGet()
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktHeaderEntryRemove(vmk_PktHandle *pkt,
                                          vmk_uint16 hdrIndex);

#endif
/** @} */
/** @} */