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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dccid.h4 * net/dccp/ccid.h
59 int (*ccid_hc_rx_init)(struct ccid *ccid, struct sock *sk);
60 int (*ccid_hc_tx_init)(struct ccid *ccid, struct sock *sk);
103 struct ccid { struct
108 static inline void *ccid_priv(const struct ccid *ccid) argument
110 return (void *)ccid->ccid_priv;
118 extern struct ccid *ccid_ne
122 struct ccid *ccid = dp->dccps_hc_rx_ccid; local
131 struct ccid *ccid = dp->dccps_hc_tx_ccid; local
141 ccid_hc_tx_send_packet(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
150 ccid_hc_tx_packet_sent(struct ccid *ccid, struct sock *sk, int more, unsigned int len) argument
157 ccid_hc_rx_packet_recv(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
164 ccid_hc_tx_packet_recv(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
171 ccid_hc_tx_parse_options(struct ccid *ccid, struct sock *sk, unsigned char option, unsigned char len, u16 idx, unsigned char* value) argument
183 ccid_hc_rx_parse_options(struct ccid *ccid, struct sock *sk, unsigned char option, unsigned char len, u16 idx, unsigned char* value) argument
194 ccid_hc_rx_insert_options(struct ccid *ccid, struct sock *sk, struct sk_buff *skb) argument
202 ccid_hc_rx_get_info(struct ccid *ccid, struct sock *sk, struct tcp_info *info) argument
209 ccid_hc_tx_get_info(struct ccid *ccid, struct sock *sk, struct tcp_info *info) argument
216 ccid_hc_rx_getsockopt(struct ccid *ccid, struct sock *sk, const int optname, int len, u32 __user *optval, int __user *optlen) argument
227 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
16 #include "ccid.h"
90 slab = kmem_cache_create(slab_name_fmt, sizeof(struct ccid) + obj_size, 0,
108 "ccid%u_hc_rx_sock",
116 "ccid%u_hc_tx_sock",
143 struct ccid *ccid_new(const u8 id, struct sock *sk, bool rx)
146 struct ccid *ccid = NULL; local
151 ccid = kmem_cache_alloc(rx ? ccid_ops->ccid_hc_rx_slab :
153 if (ccid
176 ccid_hc_rx_delete(struct ccid *ccid, struct sock *sk) argument
185 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.c26 #include "ccid.h"
40 static int dccp_hdlr_ccid(struct sock *sk, u64 ccid, bool rx) argument
43 struct ccid *new_ccid = ccid_new(ccid, sk, rx);
752 static const struct ccid_dependency *dccp_feat_ccid_deps(u8 ccid, bool is_local) argument
838 switch (ccid) {
914 u8 is_local, ccid; local
920 ccid = entry->val.sp.vec[0];
922 ccid = dccp_feat_default_value(DCCPF_CCID);
924 if (dccp_feat_propagate_ccid(fn, ccid, is_loca
[all...]
H A Doutput.c22 #include "ccid.h"
151 const struct ccid *tx_ccid = dp->dccps_hc_tx_ccid;
210 * dccp_wait_for_ccid - Wait for ccid to tell us we can send a packet
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddccp.h396 struct ccid;
496 struct ccid *dccps_hc_rx_ccid;
497 struct ccid *dccps_hc_tx_ccid;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.c546 static int ccid3_hc_tx_init(struct ccid *ccid, struct sock *sk) argument
548 struct ccid3_hc_tx_sock *hc = ccid_priv(ccid);
851 static int ccid3_hc_rx_init(struct ccid *ccid, struct sock *sk) argument
853 struct ccid3_hc_rx_sock *hc = ccid_priv(ccid);
H A Dccid2.c28 #include "../ccid.h"
638 static int ccid2_hc_tx_init(struct ccid *ccid, struct sock *sk) argument
640 struct ccid2_hc_tx_sock *hc = ccid_priv(ccid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_core.h296 __u32 ccid; member in struct:qeth_hdr_osn

Completed in 184 milliseconds