Searched defs:efx_neigh_binder (Results 1 – 1 of 1) sorted by relevance
47 struct efx_neigh_binder { struct48 struct net *net;49 __be32 dst_ip;50 struct in6_addr dst_ip6;51 char ha[ETH_ALEN];52 bool n_valid;53 rwlock_t lock;54 u8 ttl;78 struct efx_neigh_binder *neigh; argument