Searched refs:uip6_entry (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/net/ethernet/sfc/
H A Dethtool_common.c654 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; local
778 uip6_entry->l4_proto = spec.ip_proto;
781 memcpy(uip6_entry->ip6dst, spec.loc_host,
782 sizeof(uip6_entry->ip6dst));
786 memcpy(uip6_entry->ip6src, spec.rem_host,
787 sizeof(uip6_entry->ip6src));
926 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; local
1068 memcpy(spec.loc_host, uip6_entry->ip6dst, sizeof(spec.loc_host));
1074 memcpy(spec.rem_host, uip6_entry->ip6src, sizeof(spec.rem_host));
1080 spec.ip_proto = uip6_entry
[all...]
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c801 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; local
925 uip6_entry->l4_proto = spec.ip_proto;
928 memcpy(uip6_entry->ip6dst, spec.loc_host,
929 sizeof(uip6_entry->ip6dst));
933 memcpy(uip6_entry->ip6src, spec.rem_host,
934 sizeof(uip6_entry->ip6src));
1037 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; local
1170 memcpy(spec.loc_host, uip6_entry->ip6dst, sizeof(spec.loc_host));
1176 memcpy(spec.rem_host, uip6_entry->ip6src, sizeof(spec.rem_host));
1182 spec.ip_proto = uip6_entry
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c654 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; local
778 uip6_entry->l4_proto = spec.ip_proto;
781 memcpy(uip6_entry->ip6dst, spec.loc_host,
782 sizeof(uip6_entry->ip6dst));
786 memcpy(uip6_entry->ip6src, spec.rem_host,
787 sizeof(uip6_entry->ip6src));
927 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; local
1069 memcpy(spec.loc_host, uip6_entry->ip6dst, sizeof(spec.loc_host));
1075 memcpy(spec.rem_host, uip6_entry->ip6src, sizeof(spec.rem_host));
1081 spec.ip_proto = uip6_entry
[all...]

Completed in 179 milliseconds