Lines Matching refs:v4
1024 desc->local.v4.sin_family = AF_INET; in soflow_nstat_provider_request_vals()
1025 desc->local.v4.sin_len = sizeof(struct sockaddr_in); in soflow_nstat_provider_request_vals()
1026 desc->local.v4.sin_port = hash_entry->soflow_lport; in soflow_nstat_provider_request_vals()
1027 desc->local.v4.sin_addr = hash_entry->soflow_laddr.addr46.ia46_addr4; in soflow_nstat_provider_request_vals()
1029 desc->remote.v4.sin_family = AF_INET; in soflow_nstat_provider_request_vals()
1030 desc->remote.v4.sin_len = sizeof(struct sockaddr_in); in soflow_nstat_provider_request_vals()
1031 desc->remote.v4.sin_port = hash_entry->soflow_fport; in soflow_nstat_provider_request_vals()
1032 desc->remote.v4.sin_addr = hash_entry->soflow_faddr.addr46.ia46_addr4; in soflow_nstat_provider_request_vals()
1055 addr = &desc->local.v4.sin_addr; in soflow_nstat_provider_request_vals()
1057 addr = &desc->remote.v4.sin_addr; in soflow_nstat_provider_request_vals()
1074 ntohs(desc->local.v4.sin_port), ntohs(desc->remote.v4.sin_port), local, remote, in soflow_nstat_provider_request_vals()