Home
last modified time | relevance | path

Searched refs:dec (Results 1 – 3 of 3) sorted by relevance

/net/mpls/
Daf_mpls.c158 struct mpls_entry_decoded dec; in mpls_multipath_hash() local
173 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() argument
305 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 …]
/net/ipv4/
Dtcp_nv.c404 int dec; in tcpnv_acked() local
406 dec = max(2U, ((tp->snd_cwnd - max_win) * in tcpnv_acked()
408 tp->snd_cwnd -= dec; in tcpnv_acked()
/net/caif/
Dcfctrl.c593 static int dec; in handle_loop() local
598 if (!dec) { in handle_loop()
603 dec = 1; in handle_loop()
611 dec = 0; in handle_loop()