Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | ib_path_rec_data |
struct | ib_user_path_rec |
Enumerations | |
enum | { IB_PATH_GMP = 1, IB_PATH_PRIMARY = (1<<1), IB_PATH_ALTERNATE = (1<<2), IB_PATH_OUTBOUND = (1<<3), IB_PATH_INBOUND = (1<<4), IB_PATH_INBOUND_REVERSE = (1<<5), IB_PATH_BIDIRECTIONAL = IB_PATH_OUTBOUND | IB_PATH_INBOUND_REVERSE } |
anonymous enum |
IB_PATH_GMP | |
IB_PATH_PRIMARY | |
IB_PATH_ALTERNATE | |
IB_PATH_OUTBOUND | |
IB_PATH_INBOUND | |
IB_PATH_INBOUND_REVERSE | |
IB_PATH_BIDIRECTIONAL |
Definition at line 38 of file ib_user_sa.h.