Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dactions.c421 u32 ofl; in set_ipv6_fl() local
423 ofl = nh->flow_lbl[0] << 16 | nh->flow_lbl[1] << 8 | nh->flow_lbl[2]; in set_ipv6_fl()
424 fl = OVS_MASKED(ofl, fl, mask); in set_ipv6_fl()
432 csum_replace(&skb->csum, (__force __wsum)htonl(ofl), (__force __wsum)htonl(fl)); in set_ipv6_fl()
/linux/drivers/crypto/
H A Dtalitos.c832 u32 ofl; in talitos_rng_data_present() local
836 ofl = in_be32(priv->reg_rngu + TALITOS_EUSR_LO) & in talitos_rng_data_present()
838 if (ofl || !wait) in talitos_rng_data_present()
843 return !!ofl; in talitos_rng_data_present()