Lines Matching refs:skb
15 TP_PROTO(const struct sk_buff *skb, const struct net_device *dev),
17 TP_ARGS(skb, dev),
41 __entry->queue_mapping = skb->queue_mapping;
42 __entry->skbaddr = skb;
43 __entry->vlan_tagged = skb_vlan_tag_present(skb);
44 __entry->vlan_proto = ntohs(skb->vlan_proto);
45 __entry->vlan_tci = skb_vlan_tag_get(skb);
46 __entry->protocol = ntohs(skb->protocol);
47 __entry->ip_summed = skb->ip_summed;
48 __entry->len = skb->len;
49 __entry->data_len = skb->data_len;
50 __entry->network_offset = skb_network_offset(skb);
52 skb_transport_header_was_set(skb);
53 __entry->transport_offset = skb_transport_offset(skb);
54 __entry->tx_flags = skb_shinfo(skb)->tx_flags;
55 __entry->gso_size = skb_shinfo(skb)->gso_size;
56 __entry->gso_segs = skb_shinfo(skb)->gso_segs;
57 __entry->gso_type = skb_shinfo(skb)->gso_type;
72 TP_PROTO(struct sk_buff *skb,
77 TP_ARGS(skb, rc, dev, skb_len),
87 __entry->skbaddr = skb;
99 TP_PROTO(struct sk_buff *skb),
101 TP_ARGS(skb),
106 __string( name, skb->dev->name )
110 __entry->skbaddr = skb;
111 __entry->len = skb->len;
112 __assign_str(name, skb->dev->name);
121 TP_PROTO(struct sk_buff *skb),
123 TP_ARGS(skb)
128 TP_PROTO(struct sk_buff *skb),
130 TP_ARGS(skb)
135 TP_PROTO(struct sk_buff *skb),
137 TP_ARGS(skb)
142 TP_PROTO(const struct sk_buff *skb),
144 TP_ARGS(skb),
147 __string( name, skb->dev->name )
169 __assign_str(name, skb->dev->name);
171 __entry->napi_id = skb->napi_id;
175 __entry->queue_mapping = skb->queue_mapping;
176 __entry->skbaddr = skb;
177 __entry->vlan_tagged = skb_vlan_tag_present(skb);
178 __entry->vlan_proto = ntohs(skb->vlan_proto);
179 __entry->vlan_tci = skb_vlan_tag_get(skb);
180 __entry->protocol = ntohs(skb->protocol);
181 __entry->ip_summed = skb->ip_summed;
182 __entry->hash = skb->hash;
183 __entry->l4_hash = skb->l4_hash;
184 __entry->len = skb->len;
185 __entry->data_len = skb->data_len;
186 __entry->truesize = skb->truesize;
187 __entry->mac_header_valid = skb_mac_header_was_set(skb);
188 __entry->mac_header = skb_mac_header(skb) - skb->data;
189 __entry->nr_frags = skb_shinfo(skb)->nr_frags;
190 __entry->gso_size = skb_shinfo(skb)->gso_size;
191 __entry->gso_type = skb_shinfo(skb)->gso_type;
206 TP_PROTO(const struct sk_buff *skb),
208 TP_ARGS(skb)
213 TP_PROTO(const struct sk_buff *skb),
215 TP_ARGS(skb)
220 TP_PROTO(const struct sk_buff *skb),
222 TP_ARGS(skb)
227 TP_PROTO(const struct sk_buff *skb),
229 TP_ARGS(skb)
234 TP_PROTO(const struct sk_buff *skb),
236 TP_ARGS(skb)