Searched refs:loc_host (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/sfc/falcon/ |
| D | filter.h | 140 __be32 loc_host[4]; member 189 spec->loc_host[0] = host; in ef4_filter_set_ipv4_local() 214 spec->loc_host[0] = lhost; in ef4_filter_set_ipv4_full()
|
| D | ethtool.c | 823 ip_entry->ip4dst = spec.loc_host[0]; in ef4_ethtool_get_class_rule() 850 memcpy(ip6_entry->ip6dst, spec.loc_host, in ef4_ethtool_get_class_rule() 902 uip_entry->ip4dst = spec.loc_host[0]; in ef4_ethtool_get_class_rule() 921 memcpy(uip6_entry->ip6dst, spec.loc_host, in ef4_ethtool_get_class_rule() 1069 spec.loc_host[0] = ip_entry->ip4dst; in ef4_ethtool_set_class_rule() 1104 memcpy(spec.loc_host, ip6_entry->ip6dst, sizeof(spec.loc_host)); in ef4_ethtool_set_class_rule() 1138 spec.loc_host[0] = uip_entry->ip4dst; in ef4_ethtool_set_class_rule() 1163 memcpy(spec.loc_host, uip6_entry->ip6dst, sizeof(spec.loc_host)); in ef4_ethtool_set_class_rule()
|
| D | rx.c | 862 spec.loc_host[0] = fk.addrs.v4addrs.dst; in ef4_filter_rfs() 865 memcpy(spec.loc_host, &fk.addrs.v6addrs.dst, sizeof(struct in6_addr)); in ef4_filter_rfs() 884 spec.rem_host, ntohs(spec.rem_port), spec.loc_host, in ef4_filter_rfs() 890 spec.rem_host, ntohs(spec.rem_port), spec.loc_host, in ef4_filter_rfs() 959 ipv4_is_multicast(spec->loc_host[0])) in ef4_filter_is_mc_recipient() 962 ((const u8 *)spec->loc_host)[0] == 0xff) in ef4_filter_is_mc_recipient()
|
| D | farch.c | 2020 host2 = gen_spec->loc_host[0]; in ef4_farch_filter_from_gen_spec() 2108 gen_spec->loc_host[0] = host1; in ef4_farch_filter_to_gen_spec() 2111 gen_spec->loc_host[0] = host2; in ef4_farch_filter_to_gen_spec()
|
| /Linux-v5.4/drivers/net/ethernet/sfc/ |
| D | filter.h | 166 __be32 loc_host[4]; member 215 spec->loc_host[0] = host; in efx_filter_set_ipv4_local() 240 spec->loc_host[0] = lhost; in efx_filter_set_ipv4_full()
|
| D | ethtool.c | 846 ip_entry->ip4dst = spec.loc_host[0]; in efx_ethtool_get_class_rule() 873 memcpy(ip6_entry->ip6dst, spec.loc_host, in efx_ethtool_get_class_rule() 925 uip_entry->ip4dst = spec.loc_host[0]; in efx_ethtool_get_class_rule() 944 memcpy(uip6_entry->ip6dst, spec.loc_host, in efx_ethtool_get_class_rule() 1134 spec.loc_host[0] = ip_entry->ip4dst; in efx_ethtool_set_class_rule() 1169 memcpy(spec.loc_host, ip6_entry->ip6dst, sizeof(spec.loc_host)); in efx_ethtool_set_class_rule() 1203 spec.loc_host[0] = uip_entry->ip4dst; in efx_ethtool_set_class_rule() 1228 memcpy(spec.loc_host, uip6_entry->ip6dst, sizeof(spec.loc_host)); in efx_ethtool_set_class_rule()
|
| D | rx.c | 874 req->spec.loc_host, ntohs(req->spec.loc_port), in efx_filter_rfs_work() 881 req->spec.loc_host, ntohs(req->spec.loc_port), in efx_filter_rfs_work() 940 req->spec.loc_host[0] = fk.addrs.v4addrs.dst; in efx_filter_rfs() 944 memcpy(req->spec.loc_host, &fk.addrs.v6addrs.dst, in efx_filter_rfs() 1054 ipv4_is_multicast(spec->loc_host[0])) in efx_filter_is_mc_recipient() 1057 ((const u8 *)spec->loc_host)[0] == 0xff) in efx_filter_is_mc_recipient()
|
| D | farch.c | 2079 host2 = gen_spec->loc_host[0]; in efx_farch_filter_from_gen_spec() 2167 gen_spec->loc_host[0] = host1; in efx_farch_filter_to_gen_spec() 2170 gen_spec->loc_host[0] = host2; in efx_farch_filter_to_gen_spec()
|
| D | ef10.c | 4014 !ipv4_is_multicast(spec->loc_host[0])) in efx_ef10_filter_is_exclusive() 4017 ((const u8 *)spec->loc_host)[0] != 0xff) in efx_ef10_filter_is_exclusive() 4131 COPY_FIELD(LOC_HOST, loc_host, DST_IP); in efx_ef10_filter_push_prep_set_match_fields()
|