Lines Matching refs:likely
282 if (likely(transport_len >= sizeof(struct tcphdr))) in set_ip_addr()
286 if (likely(transport_len >= sizeof(struct udphdr))) { in set_ip_addr()
309 if (likely(transport_len >= sizeof(struct tcphdr))) in update_ipv6_checksum()
313 if (likely(transport_len >= sizeof(struct udphdr))) { in update_ipv6_checksum()
324 if (likely(transport_len >= sizeof(struct icmp6hdr))) in update_ipv6_checksum()
516 if (likely(src != uh->source)) { in set_udp()
520 if (likely(dst != uh->dest)) { in set_udp()
554 if (likely(src != th->source)) { in set_tcp()
559 if (likely(dst != th->dest)) { in set_tcp()
604 if (likely(vport)) in do_output()
689 if (likely(nla_type(a) == OVS_ACTION_ATTR_USERSPACE && in sample()