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)
292 const struct tcphdr *th = (const struct tcphdr *)skb->data;
307 __entry->data_len = skb->len - __tcp_hdrlen(th);
346 const struct tcphdr *th = (const struct tcphdr *)skb->data;
352 TP_STORE_ADDR_PORTS_SKB(skb, th, __entry->saddr, __entry->daddr);
377 __array(__u8, saddr, 4)
378 __array(__u8, daddr, 4)
443 const struct tcphdr *th = (const struct tcphdr *)skb->data;
452 TP_STORE_ADDR_PORTS_SKB(skb, th, __entry->saddr, __entry->daddr);
456 __entry->sport = ntohs(th->source);
457 __entry->dport = ntohs(th->dest);
460 __entry->fin = th->fin;
461 __entry->syn = th->syn;
462 __entry->rst = th->rst;
463 __entry->psh = th->psh;
464 __entry->ack = th->ack;
544 const struct tcphdr *th = (const struct tcphdr *)skb->data;
553 TP_STORE_ADDR_PORTS_SKB(skb, th, __entry->saddr, __entry->daddr);
557 __entry->sport = ntohs(th->source);
558 __entry->dport = ntohs(th->dest);
561 __entry->fin = th->fin;
562 __entry->syn = th->syn;
563 __entry->rst = th->rst;
564 __entry->psh = th->psh;
565 __entry->ack = th->ack;