Searched refs:ndp (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/dccp/ccids/lib/ |
D | packet_history.c | 112 const u64 ndp) in tfrc_rx_hist_entry_from_skb() argument 119 entry->tfrchrx_ndp = ndp; in tfrc_rx_hist_entry_from_skb() 125 const u64 ndp) in tfrc_rx_hist_add_packet() argument 129 tfrc_rx_hist_entry_from_skb(entry, skb, ndp); in tfrc_rx_hist_add_packet() 328 struct sk_buff *skb, const u64 ndp, in tfrc_rx_handle_loss() argument 334 __do_track_loss(h, skb, ndp); in tfrc_rx_handle_loss() 336 __one_after_loss(h, skb, ndp); in tfrc_rx_handle_loss() 339 } else if (__two_after_loss(h, skb, ndp)) { in tfrc_rx_handle_loss()
|
D | packet_history.h | 143 const u64 ndp); 149 struct sk_buff *skb, const u64 ndp,
|
/linux-4.4.14/net/dccp/ |
D | options.c | 285 static inline u8 dccp_ndp_len(const u64 ndp) in dccp_ndp_len() argument 287 if (likely(ndp <= 0xFF)) in dccp_ndp_len() 289 return likely(ndp <= USHRT_MAX) ? 2 : (ndp <= UINT_MAX ? 4 : 6); in dccp_ndp_len() 315 u64 ndp = dp->dccps_ndp_count; in dccp_insert_option_ndp() local 322 if (ndp > 0) { in dccp_insert_option_ndp() 324 const int ndp_len = dccp_ndp_len(ndp); in dccp_insert_option_ndp() 335 dccp_encode_value_var(ndp, ptr, ndp_len); in dccp_insert_option_ndp()
|
D | dccp.h | 158 static inline u64 dccp_loss_count(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_count() argument 163 delta -= ndp + 1; in dccp_loss_count() 171 static inline bool dccp_loss_free(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_free() argument 173 return dccp_loss_count(s1, s2, ndp) == 0; in dccp_loss_free()
|
/linux-4.4.14/net/dccp/ccids/ |
D | ccid3.c | 715 const u64 ndp = dccp_sk(sk)->dccps_options_received.dccpor_ndp; in ccid3_hc_rx_packet_recv() local 749 skb, ndp, ccid3_first_li, sk)) { in ccid3_hc_rx_packet_recv() 788 tfrc_rx_hist_add_packet(&hc->rx_hist, skb, ndp); in ccid3_hc_rx_packet_recv()
|
/linux-4.4.14/Documentation/networking/ |
D | ip-sysctl.txt | 1342 Do proxy ndp.
|