Displaying 4 results from an estimated 4 matches for "skb1".
Did you mean:
skb
2006 Nov 04
8
Strategy for penalising IPs with too many simultaneous sessions
Hi all,
I have been trying to investigate traffic shaping in an effort to solve
the "unfriendly network apps" problem on a test network.
I have a basis by which I''d like to shape traffic, but studying the
howto doesn''t uncover and existing qdisc that seems to fit what I would
like to do.
The problem I would like to address is to prevent an IP address opening
10
2011 Jun 24
19
SKB paged fragment lifecycle on receive
When I was preparing Xen''s netback driver for upstream one of the things
I removed was the zero-copy guest transmit (i.e. netback receive)
support.
In this mode guest data pages ("foreign pages") were mapped into the
backend domain (using Xen grant-table functionality) and placed into the
skb''s paged frag list (skb_shinfo(skb)->frags, I hope I am using the
right
2009 Dec 17
2
some help regarding combining columns from different files
Dear all,
Here is my code which am using to combine 5th column from different data
sets.
Here is the function to do my job
genesymbol.append.file <-NULL
gene.column <- NULL
readGeneSymbol <- function(files,genesymbol.column=5){
for(i in fnames){
temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")
2006 Feb 24
2
r56 - trunk/debian
...0000000 +0200
-+++ linux-2.6.12-xen/net/ipv4/icmp.c 2006-02-17 00:45:18.234521289 +0100
++++ linux-2.6.12-xen/net/ipv4/icmp.c 2006-02-25 00:12:33.776993493 +0100
@@ -349,12 +349,12 @@ static void icmp_push_reply(struct icmp_
{
struct sk_buff *skb;
@@ -103779,7 +103782,7 @@
struct sk_buff *skb1;
diff -Nurp pristine-linux-2.6.12/net/ipv4/ip_output.c linux-2.6.12-xen/net/ipv4/ip_output.c
--- pristine-linux-2.6.12/net/ipv4/ip_output.c 2005-06-17 21:48:29.000000000 +0200
-+++ linux-2.6.12-xen/net/ipv4/ip_output.c 2006-02-17 00:45:18.235521137 +0100
++++ linux-2.6.12-xen/net/ipv4/ip_output.c...