Lines Matching +full:4 +full:th
35 __array(__u8, saddr, 4)
36 __array(__u8, daddr, 4)
122 const struct tcphdr *th = (const struct tcphdr *)skb__nullable->data;
124 * We should reverse the 4-tuple of skb, so later
127 TP_STORE_ADDR_PORTS_SKB(skb__nullable, th, entry->daddr, entry->saddr);
158 __array(__u8, saddr, 4)
159 __array(__u8, daddr, 4)
228 __array(__u8, saddr, 4)
229 __array(__u8, daddr, 4)
298 const struct tcphdr *th = (const struct tcphdr *)skb->data;
313 __entry->data_len = skb->len - __tcp_hdrlen(th);
352 const struct tcphdr *th = (const struct tcphdr *)skb->data;
358 TP_STORE_ADDR_PORTS_SKB(skb, th, __entry->saddr, __entry->daddr);
383 __array(__u8, saddr, 4)
384 __array(__u8, daddr, 4)
449 const struct tcphdr *th = (const struct tcphdr *)skb->data;
458 TP_STORE_ADDR_PORTS_SKB(skb, th, __entry->saddr, __entry->daddr);
462 __entry->sport = ntohs(th->source);
463 __entry->dport = ntohs(th->dest);
466 __entry->fin = th->fin;
467 __entry->syn = th->syn;
468 __entry->rst = th->rst;
469 __entry->psh = th->psh;
470 __entry->ack = th->ack;
550 const struct tcphdr *th = (const struct tcphdr *)skb->data;
559 TP_STORE_ADDR_PORTS_SKB(skb, th, __entry->saddr, __entry->daddr);
563 __entry->sport = ntohs(th->source);
564 __entry->dport = ntohs(th->dest);
567 __entry->fin = th->fin;
568 __entry->syn = th->syn;
569 __entry->rst = th->rst;
570 __entry->psh = th->psh;
571 __entry->ack = th->ack;