Searched defs:ndp (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/net/dccp/ccids/lib/ |
H A D | packet_history.c | 110 tfrc_rx_hist_entry_from_skb(struct tfrc_rx_hist_entry *entry, const struct sk_buff *skb, const u64 ndp) tfrc_rx_hist_entry_from_skb() argument 123 tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h, const struct sk_buff *skb, const u64 ndp) tfrc_rx_hist_add_packet() argument 326 tfrc_rx_handle_loss(struct tfrc_rx_hist *h, struct tfrc_loss_hist *lh, struct sk_buff *skb, const u64 ndp, u32 (*calc_first_li)(struct sock *), struct sock *sk) tfrc_rx_handle_loss() argument
|
/linux-4.4.14/net/dccp/ |
H A D | dccp.h | 158 static inline u64 dccp_loss_count(const u64 s1, const u64 s2, const u64 ndp) dccp_loss_count() argument
|
H A D | options.c | 285 static inline u8 dccp_ndp_len(const u64 ndp) dccp_ndp_len() argument 315 u64 ndp = dp->dccps_ndp_count; dccp_insert_option_ndp() local
|
/linux-4.4.14/net/dccp/ccids/ |
H A D | ccid3.c | 715 const u64 ndp = dccp_sk(sk)->dccps_options_received.dccpor_ndp; ccid3_hc_rx_packet_recv() local
|
Completed in 116 milliseconds