Lines Matching refs:tuple
44 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX];
349 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum = cb->val.protocol;
352 if (sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum == 0
362 sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip = cb->val.haddr.ip;
368 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip = cb->val.haddr.ip;
374 sinfo->tuple[IP_CT_DIR_REPLY].src.ip = cb->val.haddr.ip;
380 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = cb->val.haddr.ip;
709 printf(" %u", sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum);
718 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip,
730 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip,
742 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].src.ip,
754 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].dst.ip,