Searched refs:rem_host (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | filter.h | 118 * @rem_host: Remote IP host to match, if %EFX_FILTER_MATCH_REM_HOST is set 144 __be32 rem_host[4]; member in struct:efx_filter_spec 219 spec->rem_host[0] = rhost; efx_filter_set_ipv4_full()
|
H A D | rx.c | 892 spec.rem_host[0] = ip->saddr; efx_filter_rfs() 903 memcpy(spec.rem_host, &ip6->saddr, sizeof(ip6->saddr)); efx_filter_rfs() 924 spec.rem_host, ntohs(ports[0]), spec.loc_host, efx_filter_rfs() 930 spec.rem_host, ntohs(ports[0]), spec.loc_host, efx_filter_rfs()
|
H A D | ethtool.c | 825 ip_entry->ip4src = spec.rem_host[0]; efx_ethtool_get_class_rule() 997 spec.rem_host[0] = ip_entry->ip4src; efx_ethtool_set_class_rule()
|
H A D | farch.c | 2081 rhost = is_full ? gen_spec->rem_host[0] : 0; efx_farch_filter_from_gen_spec() 2173 gen_spec->rem_host[0] = host2; efx_farch_filter_to_gen_spec() 2176 gen_spec->rem_host[0] = host1; efx_farch_filter_to_gen_spec()
|
H A D | ef10.c | 2276 COPY_FIELD(REM_HOST, rem_host, SRC_IP); efx_ef10_filter_push_prep()
|
Completed in 146 milliseconds