]> sourceware.org Git - systemtap.git/commit
Use the skb_frag_size accessor function rather than directly reading field
authorWilliam Cohen <wcohen@redhat.com>
Wed, 5 May 2021 13:49:22 +0000 (09:49 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Wed, 5 May 2021 13:49:22 +0000 (09:49 -0400)
commit3ca13a712131c7df1a7264b7b495225b8bc55d9d
tree88cf836682615d386fb7b5fcd0e1d3ef8874f9ba
parentca8656afcb7ace3161f87c77e0a4a8c607fdda41
Use the skb_frag_size accessor function rather than directly reading field

There have been changes in the skb_frag_t struct. In newer kernels the
size field no longer exists.  Rather than trying to determine the name
of the field the __skb_frag_size tapset function now uses the
skb_frag_size accessor function instead.  This function has been in
kernels since 2011 and has been in RHEL kernels since RHEL6.
tapset/linux/netfilter.stp
This page took 0.025553 seconds and 5 git commands to generate.