Searched refs:ccid (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dccid.h4 * net/dccp/ccid.h
34 int (*ccid_hc_rx_init)(struct ccid *ccid, struct sock *sk);
35 int (*ccid_hc_tx_init)(struct ccid *ccid, struct sock *sk);
73 struct ccid { struct
78 static inline void *ccid_priv(const struct ccid *ccid) argument
80 return (void *)ccid->ccid_priv;
83 extern struct ccid *ccid_ne
94 ccid_hc_tx_send_packet(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
103 ccid_hc_tx_packet_sent(struct ccid *ccid, struct sock *sk, int more, unsigned int len) argument
110 ccid_hc_rx_packet_recv(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
117 ccid_hc_tx_packet_recv(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
124 ccid_hc_tx_parse_options(struct ccid *ccid, struct sock *sk, unsigned char option, unsigned char len, u16 idx, unsigned char* value) argument
136 ccid_hc_rx_parse_options(struct ccid *ccid, struct sock *sk, unsigned char option, unsigned char len, u16 idx, unsigned char* value) argument
147 ccid_hc_rx_insert_options(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
155 ccid_hc_rx_get_info(struct ccid *ccid, struct sock *sk, struct tcp_info *info) argument
162 ccid_hc_tx_get_info(struct ccid *ccid, struct sock *sk, struct tcp_info *info) argument
169 ccid_hc_rx_getsockopt(struct ccid *ccid, struct sock *sk, const int optname, int len, u32 __user *optval, int __user *optlen) argument
180 ccid_hc_tx_getsockopt(struct ccid *ccid, struct sock *sk, const int optname, int len, u32 __user *optval, int __user *optlen) argument
[all...]
H A Dccid.c2 * net/dccp/ccid.c
14 #include "ccid.h"
71 slab = kmem_cache_create(slab_name, sizeof(struct ccid) + obj_size, 0,
150 struct ccid *ccid_new(unsigned char id, struct sock *sk, int rx, gfp_t gfp)
153 struct ccid *ccid = NULL; local
162 request_module("net-dccp-ccid-%d", id);
175 ccid = kmem_cache_alloc(rx ? ccid_ops->ccid_hc_rx_slab :
177 if (ccid == NULL)
179 ccid
221 ccid_delete(struct ccid *ccid, struct sock *sk, int rx) argument
244 ccid_hc_rx_delete(struct ccid *ccid, struct sock *sk) argument
251 ccid_hc_tx_delete(struct ccid *ccid, struct sock *sk) argument
[all...]
H A DMakefile3 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o
H A Dfeat.c15 #include "ccid.h"
78 struct ccid *new_ccid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddccp.h411 struct ccid;
502 struct ccid *dccps_hc_rx_ccid;
503 struct ccid *dccps_hc_tx_ccid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid3.c36 #include "../ccid.h"
625 static int ccid3_hc_tx_init(struct ccid *ccid, struct sock *sk) argument
627 struct ccid3_hc_tx_sock *hctx = ccid_priv(ccid);
1124 static int ccid3_hc_rx_init(struct ccid *ccid, struct sock *sk) argument
1126 struct ccid3_hc_rx_sock *hcrx = ccid_priv(ccid);
1282 MODULE_ALIAS("net-dccp-ccid-3");
H A Dccid2.c32 #include "../ccid.h"
739 static int ccid2_hc_tx_init(struct ccid *ccid, struct sock *sk) argument
741 struct ccid2_hc_tx_sock *hctx = ccid_priv(ccid);
835 MODULE_ALIAS("net-dccp-ccid-2");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth.h377 __u32 ccid; member in struct:qeth_hdr_osn

Completed in 158 milliseconds