Searched refs:oic (Results 1 – 1 of 1) sorted by relevance
4359 struct icmp6_hdr *ic6, *oic; in ipf_checkicmp6matchingstate() local4429 oic = ofin.fin_dp; in ipf_checkicmp6matchingstate()4437 if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK)) { in ipf_checkicmp6matchingstate()4451 hv += oic->icmp6_id; in ipf_checkicmp6matchingstate()4452 hv += oic->icmp6_seq; in ipf_checkicmp6matchingstate()4462 (oic->icmp6_id == ic->ici_id) && in ipf_checkicmp6matchingstate()4463 (oic->icmp6_seq == ic->ici_seq) && in ipf_checkicmp6matchingstate()4472 (oic->icmp6_type == ICMP6_ECHO_REQUEST)) || in ipf_checkicmp6matchingstate()4473 (ic->ici_type - 1 == oic->icmp6_type )) { in ipf_checkicmp6matchingstate()4510 oic = (struct icmp6_hdr *)(oip6 + 1); in ipf_checkicmp6matchingstate()[all …]