PROBE::TCP\&.RECEIVE

Section: Networking Tapset (3stap)
Updated: November 2020
Page Index
 

NAME

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

SYNOPSIS

tcp.receive 
 

VALUES

fin

TCP FIN flag

ack

TCP ACK flag

saddr

A string representing the source IP address

iphdr

IP header address

protocol

Packet protocol from driver

urg

TCP URG flag

psh

TCP PSH flag

dport

TCP destination port

rst

TCP RST flag

syn

TCP SYN flag

sport

TCP source port

family

IP address family

daddr

A string representing the destination IP address

name

Name of the probe point
 

SEE ALSO

tapset::tcp(3stap)


 

Index

NAME
SYNOPSIS
VALUES
SEE ALSO