logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Name

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

See Also

tapset::tcp(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::TCP.RECEIVE(3stap)

Synopsis

       tcp.receive

Values

daddr
           A string representing the destination IP address

       saddr
           A string representing the source IP address

       syn
           TCP SYN flag

       protocol
           Packet protocol from driver

       psh
           TCP PSH flag

       iphdr
           IP header address

       fin
           TCP FIN flag

       urg
           TCP URG flag

       ack
           TCP ACK flag

       name
           Name of the probe point

       family
           IP address family

       dport
           TCP destination port

       rst
           TCP RST flag

       sport
           TCP source port

See Also