diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-10-10 23:45:22 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-11 15:28:38 -0700 |
commit | f507a9b6e63b9f41b61d199c36ae046d17b5fe4b (patch) | |
tree | 23a9e232943d8be2e488a67e406133ab2230d438 /security | |
parent | 1a7959c76641674991ba3a49f25432f1e105391e (diff) | |
download | linux-f507a9b6e63b9f41b61d199c36ae046d17b5fe4b.tar.bz2 |
net: qrtr: Use sk_buff->cb in receive path
Rather than parsing the header of incoming messages throughout the
implementation do it once when we retrieve the message and store the
relevant information in the "cb" member of the sk_buff.
This allows us to, in a later commit, decode version 2 messages into
this same structure.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions