Name

probe::tcp.receive — Called when a TCP packet is received

Synopsis

tcp.receive 

Values

daddr

A string representing the destination IP address

rst

TCP RST flag

dport

TCP destination port

syn

TCP SYN flag

ack

TCP ACK flag

urg

TCP URG flag

iphdr

IP header address

psh

TCP PSH flag

protocol

Packet protocol from driver

family

IP address family

fin

TCP FIN flag

sport

TCP source port

name

Name of the probe point

saddr

A string representing the source IP address