#include <ib_packet.h>
Data Fields | |
| uint32_t | ipver__tclass__flowlabel |
| IP version, traffic class, and flow label. | |
| uint16_t | paylen |
| Payload length. | |
| uint8_t | nxthdr |
| Next header. | |
| uint8_t | hoplmt |
| Hop limit. | |
| struct ib_gid | sgid |
| Source GID. | |
| struct ib_gid | dgid |
| Destiniation GID. | |
Definition at line 71 of file ib_packet.h.
IP version, traffic class, and flow label.
4 bits : Version of the GRH 8 bits : Traffic class 20 bits : Flow label
Definition at line 78 of file ib_packet.h.
Referenced by ib_push().
struct ib_gid ib_global_route_header::sgid [read] |
Source GID.
Definition at line 86 of file ib_packet.h.
Referenced by arbel_complete(), hermon_complete(), ib_pull(), and ib_push().
struct ib_gid ib_global_route_header::dgid [read] |
1.5.7.1