Home
last modified time | relevance | path

Searched defs:rlb_client_info (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/net/
Dbond_alb.h110 struct rlb_client_info { struct
111 __be32 ip_src; /* the server IP address */
112 __be32 ip_dst; /* the client IP address */
113 u8 mac_src[ETH_ALEN]; /* the server MAC address */
114 u8 mac_dst[ETH_ALEN]; /* the client MAC address */
117 u32 used_next;
118 u32 used_prev;
121 u32 src_next; /* next entry with same hash(ip_src) */
122 u32 src_prev; /* prev entry with same hash(ip_src) */
123 u32 src_first; /* first entry with hash(ip_src) == this entry's index */
[all …]