Searched refs:ccid_hc_tx_send_packet (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dccid.h43 * @ccid_hc_tx_send_packet: implements the sending part of the HC-sender
77 int (*ccid_hc_tx_send_packet)(struct sock *sk, member in struct:ccid_operations
141 static inline int ccid_hc_tx_send_packet(struct ccid *ccid, struct sock *sk, function
145 if (ccid->ccid_ops->ccid_hc_tx_send_packet != NULL)
146 rc = ccid->ccid_ops->ccid_hc_tx_send_packet(sk, skb);
H A Doutput.c241 rc = ccid_hc_tx_send_packet(dp->dccps_hc_tx_ccid, sk, skb);
261 int err = ccid_hc_tx_send_packet(dp->dccps_hc_tx_ccid, sk, skb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid2.c709 .ccid_hc_tx_send_packet = ccid2_hc_tx_send_packet,
H A Dccid3.c923 .ccid_hc_tx_send_packet = ccid3_hc_tx_send_packet,

Completed in 112 milliseconds