Searched defs:v4 (Results 1 - 3 of 3) sorted by relevance

/net/ipv4/
H A Dtcp_probe.c63 struct sockaddr_in v4; member in union:tcp_log::__anon54
128 tcp_probe_copy_fl_to_si4(inet, p->src.v4, s);
129 tcp_probe_copy_fl_to_si4(inet, p->dst.v4, d);
H A Dtcp_metrics.c928 unsigned int *hash, int optional, int v4, int v6)
932 a = info->attrs[v4];
927 __parse_nl_addr(struct genl_info *info, struct inetpeer_addr *addr, unsigned int *hash, int optional, int v4, int v6) argument
/net/netfilter/ipvs/
H A Dip_vs_sync.c112 | IP-Addresses (v4 or v6) |
174 struct ip_vs_sync_v4 v4; member in union:ip_vs_sync_conn
717 s->v4.type = (cp->af == AF_INET6 ? STYPE_F_INET6 : 0);
718 s->v4.ver_size = htons(len & SVER_MASK); /* Version 0 */
719 s->v4.flags = htonl(cp->flags & ~IP_VS_CONN_F_HASHED);
720 s->v4.state = htons(cp->state);
721 s->v4.protocol = cp->protocol;
722 s->v4.cport = cp->cport;
723 s->v4.vport = cp->vport;
724 s->v4
[all...]

Completed in 2778 milliseconds