Home
last modified time | relevance | path

Searched refs:ofl (Results 1 – 2 of 2) sorted by relevance

/linux/net/openvswitch/
H A Dactions.c420 u32 ofl; in set_ipv6_fl() local
422 ofl = nh->flow_lbl[0] << 16 | nh->flow_lbl[1] << 8 | nh->flow_lbl[2]; in set_ipv6_fl()
423 fl = OVS_MASKED(ofl, fl, mask); in set_ipv6_fl()
431 csum_replace(&skb->csum, (__force __wsum)htonl(ofl), (__force __wsum)htonl(fl)); in set_ipv6_fl()
/linux/drivers/crypto/
H A Dtalitos.c757 u32 ofl; in talitos_rng_data_present() local
761 ofl = in_be32(priv->reg_rngu + TALITOS_EUSR_LO) & in talitos_rng_data_present()
763 if (ofl || !wait) in talitos_rng_data_present()
768 return !!ofl; in talitos_rng_data_present()