Searched refs:ip_entry (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dethtool.c792 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; local
821 ip_entry->ip4dst = spec.loc_host[0];
825 ip_entry->ip4src = spec.rem_host[0];
829 ip_entry->pdst = spec.loc_port;
833 ip_entry->psrc = spec.rem_port;
952 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; local
991 spec.loc_host[0] = ip_entry->ip4dst;
997 spec.rem_host[0] = ip_entry->ip4src;
1003 spec.loc_port = ip_entry->pdst;
1009 spec.rem_port = ip_entry
[all...]

Completed in 38 milliseconds