From: Masatake YAMATO <yamato@redhat.com>
To: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, Masatake YAMATO <yamato@redhat.com>
Subject: [PATCH v2 07/15] packet: declaring packet protocols has its own proc entry
Date: Sun, 12 Aug 2012 05:07:10 +0900 [thread overview]
Message-ID: <1344715638-22997-7-git-send-email-yamato@redhat.com> (raw)
In-Reply-To: <1344715638-22997-1-git-send-email-yamato@redhat.com>
Declaring packet protocols has its own proc entry.
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
---
net/packet/af_packet.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c
index ceaca7c..6a0e47c 100644
--- a/net/packet/af_packet.c
+++ b/net/packet/af_packet.c
@@ -2564,6 +2564,7 @@ static struct proto packet_proto = {
.name = "PACKET",
.owner = THIS_MODULE,
.obj_size = sizeof(struct packet_sock),
+ .has_own_proc_entry= 1,
};
/*
--
1.7.11.2
next prev parent reply other threads:[~2012-08-11 20:07 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-11 20:07 [PATCH v2 01/15] net: proc entry showing inodes on sockfs and their types Masatake YAMATO
2012-08-11 20:07 ` [PATCH v2 02/15] ipv4: declaring udp protocols has its own proc entry Masatake YAMATO
2012-08-11 20:07 ` [PATCH v2 03/15] ipv4: declaring icmp " Masatake YAMATO
2012-08-11 20:07 ` [PATCH v2 04/15] ipv4: declaring udplite " Masatake YAMATO
2012-08-11 20:07 ` [PATCH v2 05/15] ipv4: declaring raw " Masatake YAMATO
2012-08-11 20:07 ` [PATCH v2 06/15] ipv4: declaring tcp " Masatake YAMATO
2012-08-11 20:07 ` Masatake YAMATO [this message]
2012-08-11 20:07 ` [PATCH v2 08/15] unix: declaring unix " Masatake YAMATO
2012-08-11 20:07 ` [PATCH v2 09/15] netlink: declaring netlink " Masatake YAMATO
2012-08-11 20:07 ` [PATCH v2 10/15] ipv6: declaring tcpv6 " Masatake YAMATO
2012-08-11 20:07 ` [PATCH v2 11/15] ipv6: declaring udpv6 " Masatake YAMATO
2012-08-11 20:07 ` [PATCH v2 12/15] ipv6: declaring udplitev6 " Masatake YAMATO
2012-08-11 20:07 ` [PATCH v2 13/15] ipv6: declaring rawv6 " Masatake YAMATO
2012-08-11 20:07 ` [PATCH v2 14/15] ax25: declaring ax25 " Masatake YAMATO
2012-08-11 20:07 ` [PATCH v2 15/15] ipx: declaring ipx " Masatake YAMATO
2012-08-12 4:04 ` [PATCH v2 01/15] net: proc entry showing inodes on sockfs and their types David Miller
2012-08-12 6:44 ` Masatake YAMATO
2012-08-12 4:05 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1344715638-22997-7-git-send-email-yamato@redhat.com \
--to=yamato@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).