Searched refs:hdrsize (Results 1 - 25 of 78) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_proto_dccp.c46 int hdrsize = 8; /* DCCP connection tracking guarantees this much */ local
49 hdrsize = sizeof(struct dccp_hdr);
51 if (!skb_make_writable(skb, hdroff + hdrsize))
72 if (hdrsize < sizeof(*hdr))
H A Dnf_nat_proto_tcp.c43 int hdrsize = 8; /* TCP connection tracking guarantees this much */ local
49 hdrsize = sizeof(struct tcphdr);
51 if (!skb_make_writable(skb, hdroff + hdrsize))
74 if (hdrsize < sizeof(*hdr))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_proto_dccp.c46 int hdrsize = 8; /* DCCP connection tracking guarantees this much */ local
49 hdrsize = sizeof(struct dccp_hdr);
51 if (!skb_make_writable(skb, hdroff + hdrsize))
72 if (hdrsize < sizeof(*hdr))
H A Dnf_nat_proto_tcp.c43 int hdrsize = 8; /* TCP connection tracking guarantees this much */ local
49 hdrsize = sizeof(struct tcphdr);
51 if (!skb_make_writable(skb, hdroff + hdrsize))
74 if (hdrsize < sizeof(*hdr))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dadxdec.c117 int hdrsize = adx_decode_header(avctx,buf,rest); local
118 if (hdrsize==0) return -1;
120 buf += hdrsize;
121 rest -= hdrsize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dadxdec.c117 int hdrsize = adx_decode_header(avctx,buf,rest); local
118 if (hdrsize==0) return -1;
120 buf += hdrsize;
121 rest -= hdrsize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dadxdec.c117 int hdrsize = adx_decode_header(avctx,buf,rest); local
118 if (hdrsize==0) return -1;
120 buf += hdrsize;
121 rest -= hdrsize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_uc.c245 u32 hdrsize; local
260 hdrsize = 8 + 12; /* LRH + BTH */
265 hdrsize = 8 + 40 + 12; /* LRH + GRH + BTH */
365 if (unlikely(tlen != (hdrsize + pmtu + 4))) {
388 hdrsize += 4;
396 if (unlikely(tlen < (hdrsize + pad + 4))) {
402 tlen -= (hdrsize + pad + 4);
435 hdrsize += sizeof(*reth);
470 if (unlikely(tlen != (hdrsize + pmtu + 4))) {
491 hdrsize
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/qib/
H A Dqib_uc.c248 u32 hdrsize; local
259 hdrsize = 8 + 12; /* LRH + BTH */
262 hdrsize = 8 + 40 + 12; /* LRH + GRH + BTH */
379 if (unlikely(tlen != (hdrsize + pmtu + 4)))
390 hdrsize += 4;
398 if (unlikely(tlen < (hdrsize + pad + 4)))
401 tlen -= (hdrsize + pad + 4);
435 hdrsize += sizeof(*reth);
464 if (unlikely(tlen != (hdrsize + pmtu + 4)))
475 hdrsize
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_uc.c248 u32 hdrsize; local
259 hdrsize = 8 + 12; /* LRH + BTH */
262 hdrsize = 8 + 40 + 12; /* LRH + GRH + BTH */
379 if (unlikely(tlen != (hdrsize + pmtu + 4)))
390 hdrsize += 4;
398 if (unlikely(tlen < (hdrsize + pad + 4)))
401 tlen -= (hdrsize + pad + 4);
435 hdrsize += sizeof(*reth);
464 if (unlikely(tlen != (hdrsize + pmtu + 4)))
475 hdrsize
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_uc.c245 u32 hdrsize; local
260 hdrsize = 8 + 12; /* LRH + BTH */
265 hdrsize = 8 + 40 + 12; /* LRH + GRH + BTH */
365 if (unlikely(tlen != (hdrsize + pmtu + 4))) {
388 hdrsize += 4;
396 if (unlikely(tlen < (hdrsize + pad + 4))) {
402 tlen -= (hdrsize + pad + 4);
435 hdrsize += sizeof(*reth);
470 if (unlikely(tlen != (hdrsize + pmtu + 4))) {
491 hdrsize
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/orinoco/
H A Dfw.c58 u16 hdrsize; local
65 hdrsize = le16_to_cpu(hdr->headersize);
66 if (hdrsize > len)
68 if ((hdrsize + le32_to_cpu(hdr->block_offset)) > len)
70 if ((hdrsize + le32_to_cpu(hdr->pdr_offset)) > len)
72 if ((hdrsize + le32_to_cpu(hdr->pri_offset)) > len)
74 if ((hdrsize + le32_to_cpu(hdr->compat_offset)) > len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dfw.c58 u16 hdrsize; local
65 hdrsize = le16_to_cpu(hdr->headersize);
66 if (hdrsize > len)
68 if ((hdrsize + le32_to_cpu(hdr->block_offset)) > len)
70 if ((hdrsize + le32_to_cpu(hdr->pdr_offset)) > len)
72 if ((hdrsize + le32_to_cpu(hdr->pri_offset)) > len)
74 if ((hdrsize + le32_to_cpu(hdr->compat_offset)) > len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/extensions/
H A Dlibxt_TCPMSS.c21 static void __TCPMSS_help(int hdrsize) argument
27 hdrsize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/extensions/
H A Dlibxt_TCPMSS.c21 static void __TCPMSS_help(int hdrsize) argument
27 hdrsize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/extensions/
H A Dlibxt_TCPMSS.c21 static void __TCPMSS_help(int hdrsize) argument
27 hdrsize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/rxrpc/
H A Dar-peer.c97 peer->hdrsize = sizeof(struct iphdr);
100 peer->hdrsize += sizeof(struct udphdr);
110 peer->hdrsize += sizeof(struct rxrpc_header);
111 peer->maxdata = peer->mtu - peer->hdrsize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
H A Dnetlink.c75 .hdrsize = TIPC_GENL_HDRLEN,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/rxrpc/
H A Dar-peer.c97 peer->hdrsize = sizeof(struct iphdr);
100 peer->hdrsize += sizeof(struct udphdr);
110 peer->hdrsize += sizeof(struct rxrpc_header);
111 peer->maxdata = peer->mtu - peer->hdrsize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/
H A Dnetlink.c75 .hdrsize = TIPC_GENL_HDRLEN,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Driff.c327 int hdrsize = 18; local
381 hdrsize += 12;
388 hdrsize += 22;
398 hdrsize += 2;
403 hdrsize += enc->extradata_size;
405 hdrsize -= 2;
408 hdrsize += 22;
420 if(hdrsize&1){
421 hdrsize++;
425 return hdrsize;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Driff.c327 int hdrsize = 18; local
381 hdrsize += 12;
388 hdrsize += 22;
398 hdrsize += 2;
403 hdrsize += enc->extradata_size;
405 hdrsize -= 2;
408 hdrsize += 22;
420 if(hdrsize&1){
421 hdrsize++;
425 return hdrsize;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Driff.c327 int hdrsize = 18; local
381 hdrsize += 12;
388 hdrsize += 22;
398 hdrsize += 2;
403 hdrsize += enc->extradata_size;
405 hdrsize -= 2;
408 hdrsize += 22;
420 if(hdrsize&1){
421 hdrsize++;
425 return hdrsize;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dgenetlink.h26 * @hdrsize: length of user specific header in bytes
39 unsigned int hdrsize; member in struct:genl_family
132 family->hdrsize, flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dgenetlink.h26 * @hdrsize: length of user specific header in bytes
39 unsigned int hdrsize; member in struct:genl_family
132 family->hdrsize, flags);

Completed in 362 milliseconds

1234