Searched refs:exterr (Results 1 – 1 of 1) sorted by relevance
117 struct sock_extended_err exterr; in count_icmp_errors() local158 memcpy(&exterr, CMSG_DATA(cmsg), sizeof(exterr)); in count_icmp_errors()160 if (exterr.ee_origin != SO_EE_ORIGIN_ICMP) in count_icmp_errors()163 if (exterr.ee_errno != ECONNREFUSED) { in count_icmp_errors()164 TST_ERR = exterr.ee_errno; in count_icmp_errors()