Lines Matching refs:u8
63 u8 tun_opts[IP_TUNNEL_OPTS_MAX];
64 u8 tun_opts_len;
71 u8 mac_proto; /* MAC layer protocol (e.g. Ethernet). */
72 u8 tun_proto; /* Protocol of encapsulating tunnel. */
76 u8 src[ETH_ALEN]; /* Ethernet source address. */
77 u8 dst[ETH_ALEN]; /* Ethernet destination address. */
83 u8 ct_state;
84 u8 ct_orig_proto; /* CT original direction tuple IP
89 u8 proto; /* IP protocol or lower 8 bits of ARP opcode. */
90 u8 tos; /* IP ToS. */
91 u8 ttl; /* IP TTL/hop limit. */
92 u8 frag; /* One of OVS_FRAG_TYPE_*. */
113 u8 sha[ETH_ALEN]; /* ARP source hardware address. */
114 u8 tha[ETH_ALEN]; /* ARP target hardware address. */
131 u8 sll[ETH_ALEN]; /* ND source link layer address. */
132 u8 tll[ETH_ALEN]; /* ND target link layer address. */
242 static inline u8 ovs_key_mac_proto(const struct sw_flow_key *key) in ovs_key_mac_proto()
247 static inline u16 __ovs_mac_header_len(u8 mac_proto) in __ovs_mac_header_len()