I read in many books that path for skbuff.h is usr/include/linux. I searched in Ubuntu, fedora and backtrack but can’t find the header file. Can anybody help me to find this file? Thanks in advance.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is part of the kernel’s source code, so you very likely don’t have it installed by default.
Here’s how you find out which package(s) owns the file:
So you should simply install the required package, to add the file to your computer.
On Ubuntu, you’d do:
The trailing
-genericis the meta-package, which will have your headers update automatically as new ones become available. See this Ubuntu answer, too.