Displaying 11 results from an estimated 11 matches for "ah6".
Did you mean:
ah
2014 Sep 05
2
[PATCH 1/3] virtio_net: pass well-formed sgs to virtqueue_add_*()
...ct sk_buff *skb)
*seqhi = XFRM_SKB_CB(skb)->seq.input.hi;
sg_set_buf(seqhisg, seqhi, seqhi_len);
}
+ sg_mark_end(&sg[nfrags + sglists]);
ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len);
ahash_request_set_callback(req, 0, ah_input_done, skb);
diff --git a/net/ipv6/ah6.c b/net/ipv6/ah6.c
index 72a4930bdc0a..c680d82e43de 100644
--- a/net/ipv6/ah6.c
+++ b/net/ipv6/ah6.c
@@ -430,6 +430,8 @@ static int ah6_output(struct xfrm_state *x, struct sk_buff *skb)
*seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi);
sg_set_buf(seqhisg, seqhi, seqhi_len);
}
+ sg_mark_en...
2014 Sep 05
2
[PATCH 1/3] virtio_net: pass well-formed sgs to virtqueue_add_*()
...ct sk_buff *skb)
*seqhi = XFRM_SKB_CB(skb)->seq.input.hi;
sg_set_buf(seqhisg, seqhi, seqhi_len);
}
+ sg_mark_end(&sg[nfrags + sglists]);
ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len);
ahash_request_set_callback(req, 0, ah_input_done, skb);
diff --git a/net/ipv6/ah6.c b/net/ipv6/ah6.c
index 72a4930bdc0a..c680d82e43de 100644
--- a/net/ipv6/ah6.c
+++ b/net/ipv6/ah6.c
@@ -430,6 +430,8 @@ static int ah6_output(struct xfrm_state *x, struct sk_buff *skb)
*seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi);
sg_set_buf(seqhisg, seqhi, seqhi_len);
}
+ sg_mark_en...
2014 Sep 07
0
[PATCH 1/3] virtio_net: pass well-formed sgs to virtqueue_add_*()
...KB_CB(skb)->seq.input.hi;
> sg_set_buf(seqhisg, seqhi, seqhi_len);
> }
> + sg_mark_end(&sg[nfrags + sglists]);
> ahash_request_set_crypt(req, sg, icv, skb->len + seqhi_len);
> ahash_request_set_callback(req, 0, ah_input_done, skb);
>
> diff --git a/net/ipv6/ah6.c b/net/ipv6/ah6.c
> index 72a4930bdc0a..c680d82e43de 100644
> --- a/net/ipv6/ah6.c
> +++ b/net/ipv6/ah6.c
> @@ -430,6 +430,8 @@ static int ah6_output(struct xfrm_state *x, struct sk_buff *skb)
> *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi);
> sg_set_buf(seqhisg, seqhi...
2009 May 01
0
need help - small code
Hi R-users,
I would like to transform my data using gamma, my data are ahll, bhall and dp1 as shown below:
> ahall
ah1 ah2 ah3 ah4 ah5 ah6 ah7 ah8 ah9 ah10 ah11 ah12
[1,] 0.9 1.01 1.24 1.85 1.85 2.45 3.67 3.02 3.06 2.33 1.86 0.96
> bhall
bh1 bh2 bh3 bh4 bh5 bh6 bh7 bh8 bh9 bh10 bh11 bh12
[1,] 48.39 44.26 37.34 29.93 33.5 26.54 20.26 25.73 20.14 31.57 27.38 50.32
> dp1
d1 d2 d3 d...
2008 Sep 12
4
Custom build kernel patch fails big time.
.../* Allocate new secpath or COW existing one. */
@@ -110,6 +123,7 @@
netif_rx(skb);
return -1;
} else {
+
#ifdef CONFIG_NETFILTER
skb->nh.ipv6h->payload_len = htons(skb->len);
__skb_push(skb, skb->data - skb->nh.raw);
diff -urN a/net/ipv6/ah6.c b/net/ipv6/ah6.c
--- a/net/ipv6/ah6.c 2007-05-25 12:21:11.000000000 +0300
+++ b/net/ipv6/ah6.c 2007-05-25 12:21:11.000000000 +0300
@@ -387,8 +387,10 @@
goto error;
x->props.header_len = XFRM_ALIGN8(sizeof(struct ipv6_auth_hdr) +
ahp->icv_trunc_len);
- if (x->props....
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...| 2 +-
net/ipv4/tcp.c | 2 +-
net/ipv4/tcp_input.c | 6 +-
net/ipv4/tcp_ipv4.c | 4 +-
net/ipv4/udp.c | 2 +-
net/ipv6/addrconf.c | 6 +-
net/ipv6/ah6.c | 2 +-
net/ipv6/exthdrs.c | 2 +-
net/ipv6/icmp.c | 2 +-
net/ipv6/ip6_fib.c | 8 +-
net/ipv6/ip6mr.c | 2 +-
net/ipv6/ndisc.c...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...| 2 +-
net/ipv4/tcp.c | 2 +-
net/ipv4/tcp_input.c | 6 +-
net/ipv4/tcp_ipv4.c | 4 +-
net/ipv4/udp.c | 2 +-
net/ipv6/addrconf.c | 6 +-
net/ipv6/ah6.c | 2 +-
net/ipv6/exthdrs.c | 2 +-
net/ipv6/icmp.c | 2 +-
net/ipv6/ip6_fib.c | 8 +-
net/ipv6/ip6mr.c | 2 +-
net/ipv6/ndisc.c...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...| 2 +-
net/ipv4/tcp.c | 2 +-
net/ipv4/tcp_input.c | 6 +-
net/ipv4/tcp_ipv4.c | 4 +-
net/ipv4/udp.c | 2 +-
net/ipv6/addrconf.c | 6 +-
net/ipv6/ah6.c | 2 +-
net/ipv6/exthdrs.c | 2 +-
net/ipv6/icmp.c | 2 +-
net/ipv6/ip6_fib.c | 8 +-
net/ipv6/ip6mr.c | 2 +-
net/ipv6/ndisc.c...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...| 2 +-
net/ipv4/tcp.c | 2 +-
net/ipv4/tcp_input.c | 6 +-
net/ipv4/tcp_ipv4.c | 4 +-
net/ipv4/udp.c | 2 +-
net/ipv6/addrconf.c | 6 +-
net/ipv6/ah6.c | 2 +-
net/ipv6/exthdrs.c | 2 +-
net/ipv6/icmp.c | 2 +-
net/ipv6/ip6_fib.c | 8 +-
net/ipv6/ip6mr.c | 2 +-
net/ipv6/ndisc.c...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...| 2 +-
net/ipv4/tcp.c | 2 +-
net/ipv4/tcp_input.c | 6 +-
net/ipv4/tcp_ipv4.c | 4 +-
net/ipv4/udp.c | 2 +-
net/ipv6/addrconf.c | 6 +-
net/ipv6/ah6.c | 2 +-
net/ipv6/exthdrs.c | 2 +-
net/ipv6/icmp.c | 2 +-
net/ipv6/ip6_fib.c | 8 +-
net/ipv6/ip6mr.c | 2 +-
net/ipv6/ndisc.c...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...TAuRo<=Of2O1L~XSDvY6p}DI|D}ZM#mToOCK*JN9zyllS1;^V|B*4aw
zI+CoIm^odUpS4%Y2x^#0#8k~R&cS@?tbi=DDRex7E`oU_N4Z>Sc9x|iOO3|3GJ318
z&SXos4V-S1&3e?yU<Q4|K?h1Gj%?NGvMuW<@8FdP2~Q#q$yE28O~B3prtDbiYqJ7H
zL_-#+Piya05m^S1R%aKNY#zE$d11MFHg<YxrSd4a*OlhY+YwQkDa}W#rz<nJEtXeT
zBlDF-zyO!Su#aH6%~I7~LEJ4;>yf%+WEln@)3>0LYg<vuj*Gy=0(9x392A9lFe(DI
z%$Mh?;aU$(H^nFiRU5 at DRB@_$dTrs9y}YyvsOQpRvWKRwq+&-HDyS|khiY(R7T?7B
z=$lw$6w*&ERjW%2X00dG+9(%)1hdgc;{1{7N@?b{7=3}%Y`Mu);}*Gq+USjx=I2LX
zV8f4GE3cJj!;eLowMKApX|Wt^!?~6aLXE4ZD|6L2ix`sql`wCZ9IqN!(d9E at 4`n=R
zGLsp?t1~N0^Ydou)augwTD5G...