Searched refs:dec (Results 1 – 3 of 3) sorted by relevance
158 struct mpls_entry_decoded dec; in mpls_multipath_hash() local173 dec = mpls_entry_decode(hdr); in mpls_multipath_hash()178 if (likely(dec.label >= MPLS_LABEL_FIRST_UNRESERVED)) { in mpls_multipath_hash()179 hash = jhash_1word(dec.label, hash); in mpls_multipath_hash()189 } else if (dec.label == MPLS_LABEL_ENTROPY) { in mpls_multipath_hash()193 if (!dec.bos) in mpls_multipath_hash()270 struct sk_buff *skb, struct mpls_entry_decoded dec) in mpls_egress() argument305 new_ttl = dec.ttl; in mpls_egress()327 hdr6->hop_limit = dec.ttl; in mpls_egress()348 struct mpls_entry_decoded dec; in mpls_forward() local[all …]
404 int dec; in tcpnv_acked() local406 dec = max(2U, ((tp->snd_cwnd - max_win) * in tcpnv_acked()408 tp->snd_cwnd -= dec; in tcpnv_acked()
593 static int dec; in handle_loop() local598 if (!dec) { in handle_loop()603 dec = 1; in handle_loop()611 dec = 0; in handle_loop()