Answer: Looking into IP header, for a specific field, that identifies TCP as the transport protocol to be used.
Step-by-step explanation:
In the IP Header, there is a field (of 8 bits wide) , called Protocol in the IPv4 version, and Next header in IPv6, that contains a hexadecimal number that identifies the transport protocol to be used.
For instance, if the segment should be passed to TCP, the Protocol Field must be filled with 0x06 = 00000110.