summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/rmnet_data.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/uapi/linux/rmnet_data.h b/include/uapi/linux/rmnet_data.h
index f3b4f10d7c75..3295a1a5f1fd 100644
--- a/include/uapi/linux/rmnet_data.h
+++ b/include/uapi/linux/rmnet_data.h
@@ -224,10 +224,14 @@ enum rmnet_netlink_message_types_e {
};
enum rmnet_config_endpoint_modes_e {
+ /* Pass the frame up the stack with no modifications to skb->dev */
RMNET_EPMODE_NONE,
+ /* Replace skb->dev to a virtual rmnet device and pass up the stack */
RMNET_EPMODE_VND,
+ /* Pass the frame directly to another device with dev_queue_xmit(). */
RMNET_EPMODE_BRIDGE,
- RMNET_EPMODE_LENGTH /* Must be the last item in the list */
+ /* Must be the last item in the list */
+ RMNET_EPMODE_LENGTH
};
enum rmnet_config_return_codes_e {