Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dbond_alb.h94 struct rlb_client_info { struct
95 __be32 ip_src; /* the server IP address */
96 __be32 ip_dst; /* the client IP address */
97 u8 mac_src[ETH_ALEN]; /* the server MAC address */
98 u8 mac_dst[ETH_ALEN]; /* the client MAC address */
101 u32 used_next;
102 u32 used_prev;
105 u32 src_next; /* next entry with same hash(ip_src) */
106 u32 src_prev; /* prev entry with same hash(ip_src) */
109 u8 assigned; /* checking whether this entry is assigned */
[all …]

Completed in 3 milliseconds