Home | History | Annotate | Download | only in extensions

Lines Matching full:tuple

40 	struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX];
308 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum = cb->val.protocol;
310 if (sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum == 0
320 sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip = cb->val.haddr.ip;
326 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip = cb->val.haddr.ip;
332 sinfo->tuple[IP_CT_DIR_REPLY].src.ip = cb->val.haddr.ip;
338 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = cb->val.haddr.ip;
667 printf(" %u", sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum);
676 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip,
688 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip,
700 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].src.ip,
712 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].dst.ip,