Lines Matching refs:th
113 const struct tcphdr *th = (const struct tcphdr *)skb__nullable->data;
118 TP_STORE_ADDR_PORTS_SKB(skb__nullable, th, entry->daddr, entry->saddr);
386 const struct tcphdr *th = (const struct tcphdr *)skb->data;
401 __entry->data_len = skb->len - __tcp_hdrlen(th);
440 const struct tcphdr *th = (const struct tcphdr *)skb->data;
446 TP_STORE_ADDR_PORTS_SKB(skb, th, __entry->saddr, __entry->daddr);
537 const struct tcphdr *th = (const struct tcphdr *)skb->data;
546 TP_STORE_ADDR_PORTS_SKB(skb, th, __entry->saddr, __entry->daddr);
550 __entry->sport = ntohs(th->source);
551 __entry->dport = ntohs(th->dest);
554 __entry->fin = th->fin;
555 __entry->syn = th->syn;
556 __entry->rst = th->rst;
557 __entry->psh = th->psh;
558 __entry->ack = th->ack;
638 const struct tcphdr *th = (const struct tcphdr *)skb->data;
647 TP_STORE_ADDR_PORTS_SKB(skb, th, __entry->saddr, __entry->daddr);
651 __entry->sport = ntohs(th->source);
652 __entry->dport = ntohs(th->dest);
655 __entry->fin = th->fin;
656 __entry->syn = th->syn;
657 __entry->rst = th->rst;
658 __entry->psh = th->psh;
659 __entry->ack = th->ack;