Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ethtool_tcpip4_spec Struct Reference

#include <ethtool.h>

Data Fields

__be32 ip4src
 
__be32 ip4dst
 
__be16 psrc
 
__be16 pdst
 
__u8 tos
 

Detailed Description

struct ethtool_tcpip4_spec - flow specification for TCP/IPv4 etc. : Source host : Destination host : Source port : Destination port : Type-of-service

This can be used to specify a TCP/IPv4, UDP/IPv4 or SCTP/IPv4 flow.

Definition at line 451 of file ethtool.h.

Field Documentation

__be32 ip4dst

Definition at line 453 of file ethtool.h.

__be32 ip4src

Definition at line 452 of file ethtool.h.

__be16 pdst

Definition at line 455 of file ethtool.h.

__be16 psrc

Definition at line 454 of file ethtool.h.

__u8 tos

Definition at line 456 of file ethtool.h.


The documentation for this struct was generated from the following file: