Searched refs:loc_host (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | filter.h | 143 __be32 loc_host[4]; member 192 spec->loc_host[0] = host; in efx_filter_set_ipv4_local() 217 spec->loc_host[0] = lhost; in efx_filter_set_ipv4_full()
|
D | rx.c | 893 spec.loc_host[0] = ip->daddr; in efx_filter_rfs() 904 memcpy(spec.loc_host, &ip6->daddr, sizeof(ip6->daddr)); in efx_filter_rfs() 924 spec.rem_host, ntohs(ports[0]), spec.loc_host, in efx_filter_rfs() 930 spec.rem_host, ntohs(ports[0]), spec.loc_host, in efx_filter_rfs() 989 ipv4_is_multicast(spec->loc_host[0])) in efx_filter_is_mc_recipient() 992 ((const u8 *)spec->loc_host)[0] == 0xff) in efx_filter_is_mc_recipient()
|
D | ethtool.c | 821 ip_entry->ip4dst = spec.loc_host[0]; in efx_ethtool_get_class_rule() 991 spec.loc_host[0] = ip_entry->ip4dst; in efx_ethtool_set_class_rule()
|
D | farch.c | 2102 host2 = gen_spec->loc_host[0]; in efx_farch_filter_from_gen_spec() 2190 gen_spec->loc_host[0] = host1; in efx_farch_filter_to_gen_spec() 2193 gen_spec->loc_host[0] = host2; in efx_farch_filter_to_gen_spec()
|
D | ef10.c | 2886 !ipv4_is_multicast(spec->loc_host[0])) in efx_ef10_filter_is_exclusive() 2889 ((const u8 *)spec->loc_host)[0] != 0xff) in efx_ef10_filter_is_exclusive() 2962 COPY_FIELD(LOC_HOST, loc_host, DST_IP); in efx_ef10_filter_push_prep()
|