Searched defs:tuple (Results 1 – 2 of 2) sorted by relevance
57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member
79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } w… argument