Searched refs:loc_host (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | filter.h | 117 * @loc_host: Local IP host to match, if %EFX_FILTER_MATCH_LOC_HOST is set 143 __be32 loc_host[4]; member in struct:efx_filter_spec 192 spec->loc_host[0] = host; efx_filter_set_ipv4_local() 217 spec->loc_host[0] = lhost; efx_filter_set_ipv4_full()
|
H A D | rx.c | 893 spec.loc_host[0] = ip->daddr; efx_filter_rfs() 904 memcpy(spec.loc_host, &ip6->daddr, sizeof(ip6->daddr)); 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() 989 ipv4_is_multicast(spec->loc_host[0])) efx_filter_is_mc_recipient() 992 ((const u8 *)spec->loc_host)[0] == 0xff) efx_filter_is_mc_recipient()
|
H A D | ethtool.c | 821 ip_entry->ip4dst = spec.loc_host[0]; efx_ethtool_get_class_rule() 991 spec.loc_host[0] = ip_entry->ip4dst; efx_ethtool_set_class_rule()
|
H A D | ef10.c | 2201 !ipv4_is_multicast(spec->loc_host[0])) efx_ef10_filter_is_exclusive() 2204 ((const u8 *)spec->loc_host)[0] != 0xff) efx_ef10_filter_is_exclusive() 2277 COPY_FIELD(LOC_HOST, loc_host, DST_IP); efx_ef10_filter_push_prep()
|
H A D | farch.c | 2084 host2 = gen_spec->loc_host[0]; efx_farch_filter_from_gen_spec() 2172 gen_spec->loc_host[0] = host1; efx_farch_filter_to_gen_spec() 2175 gen_spec->loc_host[0] = host2; efx_farch_filter_to_gen_spec()
|
Completed in 181 milliseconds