netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@oss.sgi.com
Subject: [PATCH] export xfrm_policy_delete
Date: Sun, 21 Nov 2004 19:50:04 -0200	[thread overview]
Message-ID: <41A10D8C.2070607@conectiva.com.br> (raw)

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

Hi David,

         In my DCCP work I'm closely following the TCP code,
so I need this function exported, please consider applying.

Signed-off-by: Arnaldo Carvalho de Melo <acme@conectiva.com.br>


[-- Attachment #2: xfrm_policy_delete.patch --]
[-- Type: text/plain, Size: 349 bytes --]

===== net/xfrm/xfrm_policy.c 1.58 vs edited =====
--- 1.58/net/xfrm/xfrm_policy.c	2004-11-09 22:44:26 -02:00
+++ edited/net/xfrm/xfrm_policy.c	2004-11-21 19:43:19 -02:00
@@ -548,6 +548,8 @@
 	}
 }
 
+EXPORT_SYMBOL(xfrm_policy_delete);
+
 int xfrm_sk_policy_insert(struct sock *sk, int dir, struct xfrm_policy *pol)
 {
 	struct xfrm_policy *old_pol;

                 reply	other threads:[~2004-11-21 21:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=41A10D8C.2070607@conectiva.com.br \
    --to=acme@conectiva.com.br \
    --cc=davem@davemloft.net \
    --cc=netdev@oss.sgi.com \
    /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).